neomatrix369/RESTAPIUnifier

Do we want to generate some meaningful message when throwing customised Exceptions?

neomatrix369 opened this issue · 0 comments

Should we override any of the other Exception’s constructor rather than the default one?

Reinstate exceptions wherever removed.

Discussion: should we make our exceptions handling more generic with custom
messages or continue the way we are currently doing i.e. specific exceptions

See the org.neomatrix369.apiworld.exception.APIKeyNotAssignedException class