mirror of https://github.com/pallets/flask.git
fix typo in errorhandling doc
This commit is contained in:
parent
f39c71609e
commit
aea13d5a10
|
@ -231,7 +231,7 @@ responses, you could also pass them through directly.
|
||||||
Error handlers still respect the exception class hierarchy. If you
|
Error handlers still respect the exception class hierarchy. If you
|
||||||
register handlers for both ``HTTPException`` and ``Exception``, the
|
register handlers for both ``HTTPException`` and ``Exception``, the
|
||||||
``Exception`` handler will not handle ``HTTPException`` subclasses
|
``Exception`` handler will not handle ``HTTPException`` subclasses
|
||||||
because it the ``HTTPException`` handler is more specific.
|
because the ``HTTPException`` handler is more specific.
|
||||||
|
|
||||||
|
|
||||||
Unhandled Exceptions
|
Unhandled Exceptions
|
||||||
|
|
Loading…
Reference in New Issue