some details
This commit is contained in:
parent
4437eb7ceb
commit
290372faf1
1 changed files with 3 additions and 3 deletions
|
|
@ -35,12 +35,12 @@ Error handlers
|
|||
|
||||
.. versionadded:: 1.0
|
||||
|
||||
You might want to show error pages to the user when an error occurs.
|
||||
You might want to show custom error pages to the user when an error occurs.
|
||||
This can be done by registering error handlers.
|
||||
|
||||
Error handlers are normal :ref:`views` but instead of being registered for
|
||||
routes they are registered exceptions that are rised while trying to do
|
||||
something else.
|
||||
routes they are registered for exceptions that are rised while trying to
|
||||
do something else.
|
||||
|
||||
Registering
|
||||
```````````
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue