forked from orbit-oss/flask
fix typo in errorhandling doc
This commit is contained in:
parent
f39c71609e
commit
aea13d5a10
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ responses, you could also pass them through directly.
|
|||
Error handlers still respect the exception class hierarchy. If you
|
||||
register handlers for both ``HTTPException`` and ``Exception``, the
|
||||
``Exception`` handler will not handle ``HTTPException`` subclasses
|
||||
because it the ``HTTPException`` handler is more specific.
|
||||
because the ``HTTPException`` handler is more specific.
|
||||
|
||||
|
||||
Unhandled Exceptions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue