Is your feature request related to a problem? Please describe.
I want to give a detailed description about occurring exceptions.
Atm the exception holds its meta data in the exception message.
Describe the solution you'd like
You could add getter in the specific exceptions. E.g. int getFoundArguments() and int getExcpectedArguments() in ArgumentException.
Is your feature request related to a problem? Please describe.
I want to give a detailed description about occurring exceptions.
Atm the exception holds its meta data in the exception message.
Describe the solution you'd like
You could add getter in the specific exceptions. E.g.
int getFoundArguments()andint getExcpectedArguments()inArgumentException.