summaryrefslogtreecommitdiff
path: root/docs/api/httpexceptions.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2011-08-25 02:34:57 -0500
committerMichael Merickel <michael@merickel.org>2011-08-25 02:34:57 -0500
commit596860a10e8356e72aa695f77c3c8c4dbf269c52 (patch)
treec7f02346085bd98a71acac2d46a1455bde9ebb8d /docs/api/httpexceptions.rst
parent0e9fe538b53ca62b8e9400f624e25ddd9bb7d07e (diff)
downloadpyramid-596860a10e8356e72aa695f77c3c8c4dbf269c52.tar.gz
pyramid-596860a10e8356e72aa695f77c3c8c4dbf269c52.tar.bz2
pyramid-596860a10e8356e72aa695f77c3c8c4dbf269c52.zip
Added docs for some missing HTTP status' supported in httpexceptions.
Diffstat (limited to 'docs/api/httpexceptions.rst')
-rw-r--r--docs/api/httpexceptions.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/api/httpexceptions.rst b/docs/api/httpexceptions.rst
index 89be17a2d..6a08d1048 100644
--- a/docs/api/httpexceptions.rst
+++ b/docs/api/httpexceptions.rst
@@ -87,6 +87,12 @@
.. autoclass:: HTTPExpectationFailed
+ .. autoclass:: HTTPUnprocessableEntity
+
+ .. autoclass:: HTTPLocked
+
+ .. autoclass:: HTTPFailedDependency
+
.. autoclass:: HTTPInternalServerError
.. autoclass:: HTTPNotImplemented
@@ -98,3 +104,5 @@
.. autoclass:: HTTPGatewayTimeout
.. autoclass:: HTTPVersionNotSupported
+
+ .. autoclass:: HTTPInsufficientStorage