diff options
| author | Michael Merickel <michael@merickel.org> | 2014-11-17 01:27:41 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-11-17 01:27:41 -0600 |
| commit | 405be483f50c37edef694e81aadcaa326311e51d (patch) | |
| tree | 3f34467bd232d0dd1da6fe4e2cf6c225fbbbe08d /docs/api/exceptions.rst | |
| parent | 3ffd40c295a1e37ec94b6123fff8fb4dd5f5abf5 (diff) | |
| parent | af0290407b50a18664c9ae28a4c01d4cfb27920b (diff) | |
| download | pyramid-405be483f50c37edef694e81aadcaa326311e51d.tar.gz pyramid-405be483f50c37edef694e81aadcaa326311e51d.tar.bz2 pyramid-405be483f50c37edef694e81aadcaa326311e51d.zip | |
Merge branch 'master' into feature.security-docs-enhancements
Diffstat (limited to 'docs/api/exceptions.rst')
| -rw-r--r-- | docs/api/exceptions.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/api/exceptions.rst b/docs/api/exceptions.rst index 0c630571f..faca0fbb6 100644 --- a/docs/api/exceptions.rst +++ b/docs/api/exceptions.rst @@ -5,14 +5,14 @@ .. automodule:: pyramid.exceptions - .. autoclass:: BadCSRFToken + .. autoexception:: BadCSRFToken - .. autoclass:: PredicateMismatch + .. autoexception:: PredicateMismatch - .. autoclass:: Forbidden + .. autoexception:: Forbidden - .. autoclass:: NotFound + .. autoexception:: NotFound - .. autoclass:: ConfigurationError + .. autoexception:: ConfigurationError - .. autoclass:: URLDecodeError + .. autoexception:: URLDecodeError |
