forked from orbit-oss/flask
consolidate error handling docs
Remove apierrors.rst and errorpages.rst from patterns and integrate the content into errorhandling.rst, along with other changes and extra content.
This commit is contained in:
parent
2fa8eb3cfe
commit
59b0b85835
5 changed files with 475 additions and 303 deletions
|
|
@ -273,4 +273,4 @@ at the application level using the ``request`` proxy object::
|
|||
else:
|
||||
return ex
|
||||
|
||||
More information on error handling see :doc:`/patterns/errorpages`.
|
||||
See :doc:`/errorhandling`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue