slimmed down error handling intro

This commit is contained in:
Phil Schaf 2015-04-11 18:01:22 +02:00
parent d4ad47af62
commit 4437eb7ceb
2 changed files with 2 additions and 7 deletions

View file

@ -44,7 +44,7 @@ See :ref:`error-handlers` for specifics.
and therefore was replaced with the intended behavior of registering
handlers only using exception classes and HTTP error codes.
Trying to register a handler on an instance now raises :exc:`ValueError`
Trying to register a handler on an instance now raises :exc:`ValueError`.
.. _upgrading-to-010: