How do I have an error handler that's only used for a specific endpoint? #4178
Answered
by
davidism
TheTechRobo
asked this question in
Q&A
-
There is a specific part of my site that should get a specific erorr handler. However, Nowhere in Flask's documentation I can find how to do this. Is there a way ? |
Beta Was this translation helpful? Give feedback.
Answered by
davidism
Jun 26, 2021
Replies: 1 comment 3 replies
-
Use a blueprint for those routes and error handler. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
TheTechRobo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use a blueprint for those routes and error handler.