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

Add exception in not_found router #888

Open
ptitpoulpe opened this issue Jun 14, 2021 · 0 comments
Open

Add exception in not_found router #888

ptitpoulpe opened this issue Jun 14, 2021 · 0 comments

Comments

@ptitpoulpe
Copy link

Issue

Currently, if an endpoint raised a HTTPNotFound exception it’s catched (see here), so you cannot have custom HTTPNotFound exception.

Solution

Pass the exception to not_found handlers so they can use the raised HTTPNotFound exception to generate not found message.

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