Skip to content
Snippets Groups Projects
Commit 51c7b55d authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] request.handle_exception: cleanup override logic, fixed chain broken by commit a096ae00

handle_exception() is supposed to try handling an exception and if it cannot,
re-raise it. Overridden methods must therefore call super() within a try/except
block, and only attempt to handle the exception if super() raised.
parent 7a3b7f7f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment