diff options
| author | Michael Merickel <michael@merickel.org> | 2018-06-15 01:00:27 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-06-15 01:00:27 -0500 |
| commit | c622cdb279948c61f63e7d2a51d10b967292cf4b (patch) | |
| tree | 651d3f2beaeda6fa1868d6ca49ce68edfc5e9990 /docs/api/httpexceptions.rst | |
| parent | 2fd7905a9d4427ea6dbeaff35f44855c824e470d (diff) | |
| parent | e6c7eafdfcbb1dc8365720a28c92e847bf2e172f (diff) | |
| download | pyramid-c622cdb279948c61f63e7d2a51d10b967292cf4b.tar.gz pyramid-c622cdb279948c61f63e7d2a51d10b967292cf4b.tar.bz2 pyramid-c622cdb279948c61f63e7d2a51d10b967292cf4b.zip | |
Merge branch 'pr/3302'
Diffstat (limited to 'docs/api/httpexceptions.rst')
| -rw-r--r-- | docs/api/httpexceptions.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/httpexceptions.rst b/docs/api/httpexceptions.rst index d4cf97f1d..e25a07cd5 100644 --- a/docs/api/httpexceptions.rst +++ b/docs/api/httpexceptions.rst @@ -51,6 +51,8 @@ .. autoexception:: HTTPTemporaryRedirect + .. autoexception:: HTTPPermanentRedirect + .. autoexception:: HTTPBadRequest .. autoexception:: HTTPUnauthorized |
