I have a class that inherit from AbstractException
I would like to create a new constructor that has 5 parameters :
ClassExtends%Exception.AbstractExceptionI cannot compile it :
ERROR #5478: Keyword signature error in Foo:%OnNew, keyword 'method argument/s signature' must be '%Library.String,%Library.String,%Library.String,%Library.String,%Exception.AbstractException' or its subclass
It's possible to create a constructor that has 4 parameters (like AbstractException class) but no more.
AFAIK it's possible in other languages.
.png)


