diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-25 05:45:27 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-25 05:45:27 -0400 |
| commit | 5476e949f999bc7cf9fb522caf013ab11ea23b5b (patch) | |
| tree | ab14c036f65c9098896ba12221f38a83152823b3 /docs | |
| parent | 0e9fe538b53ca62b8e9400f624e25ddd9bb7d07e (diff) | |
| parent | 5bcab687562b667e3e1ceb8ca9075e524c064d3a (diff) | |
| download | pyramid-5476e949f999bc7cf9fb522caf013ab11ea23b5b.tar.gz pyramid-5476e949f999bc7cf9fb522caf013ab11ea23b5b.tar.bz2 pyramid-5476e949f999bc7cf9fb522caf013ab11ea23b5b.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/httpexceptions.rst | 8 |
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 |
