You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Exceptions in mela-command are fairly rudimentary right now and not much more than just subclasses of RuntimeException with little to no additional properties. Furthermore, some of the default exception messages reference code and can't really be used to help end users.
Describe the solution you'd like
Exceptions should contain additional information of all kinds, including, but not limited to
detailed exception messages made to be understood by end users without reference to the code
Describe alternatives you've considered
The alternative to this would be to go in the opposite direction and discourage the use of exceptions to indicate issues to end users. This would require more boilerplate and would probably go against this project's principles, though.
Additional context
/
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Exceptions in mela-command are fairly rudimentary right now and not much more than just subclasses of
RuntimeException
with little to no additional properties. Furthermore, some of the default exception messages reference code and can't really be used to help end users.Describe the solution you'd like
Exceptions should contain additional information of all kinds, including, but not limited to
Describe alternatives you've considered
The alternative to this would be to go in the opposite direction and discourage the use of exceptions to indicate issues to end users. This would require more boilerplate and would probably go against this project's principles, though.
Additional context
/
The text was updated successfully, but these errors were encountered: