summaryrefslogtreecommitdiff
path: root/docs/api/httpexceptions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/httpexceptions.rst')
-rw-r--r--docs/api/httpexceptions.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/api/httpexceptions.rst b/docs/api/httpexceptions.rst
index 0fdd0f0e9..b50f10beb 100644
--- a/docs/api/httpexceptions.rst
+++ b/docs/api/httpexceptions.rst
@@ -10,9 +10,6 @@
A mapping of integer status code to HTTP exception class (eg. the integer
"401" maps to :class:`pyramid.httpexceptions.HTTPUnauthorized`). All
mapped exception classes are children of :class:`pyramid.httpexceptions`,
- i.e. the :ref:`pyramid_specific_http_exceptions` such as
- :class:`pyramid.httpexceptions.HTTPBadRequest.BadCSRFToken` are not
- mapped.
.. autofunction:: exception_response
@@ -109,13 +106,3 @@
.. autoclass:: HTTPVersionNotSupported
.. autoclass:: HTTPInsufficientStorage
-
-
-.. _pyramid_specific_http_exceptions:
-
-Pyramid-specific HTTP Exceptions
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Each Pyramid-specific HTTP exception has the status code of it's parent.
-
- .. autoclass:: HTTPBadCSRFToken