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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: