some details

This commit is contained in:
Phil Schaf 2015-04-11 18:08:04 +02:00
parent 4437eb7ceb
commit 290372faf1

View file

@ -35,12 +35,12 @@ Error handlers
.. versionadded:: 1.0 .. 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. This can be done by registering error handlers.
Error handlers are normal :ref:`views` but instead of being registered for Error handlers are normal :ref:`views` but instead of being registered for
routes they are registered exceptions that are rised while trying to do routes they are registered for exceptions that are rised while trying to
something else. do something else.
Registering Registering
``````````` ```````````