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
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Would suggest to have a global level exception handling for generic exception types like 500, 400, 401, 404.
That would ensure we are not repeating the base exception handling at every controller.
Also, it would be better to reduce the total number of exceptions as well, and not include too many project specific exception, since that can be a confusing to interpret in a template.