Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception handling can be improved #36

Open
shreyanshJain852 opened this issue Jul 9, 2024 · 0 comments
Open

Exception handling can be improved #36

shreyanshJain852 opened this issue Jul 9, 2024 · 0 comments

Comments

@shreyanshJain852
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant