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
Currently only framework exceptions are used (which is fine for example for ArgumentExceptions). The cli-framework should define and use custom exceptions with the relevant meta data set on properties; for example InvalidCliSpecification, InvalidCliInterfaceSpecification ...
Every throw new Exception(...) should be replaced.
The text was updated successfully, but these errors were encountered:
Currently only framework exceptions are used (which is fine for example for ArgumentExceptions). The cli-framework should define and use custom exceptions with the relevant meta data set on properties; for example InvalidCliSpecification, InvalidCliInterfaceSpecification ...
Every throw new Exception(...) should be replaced.
The text was updated successfully, but these errors were encountered: