diff options
| author | Chris McDonough <chrism@plope.com> | 2014-11-12 12:23:48 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-11-12 12:23:48 -0500 |
| commit | b1fac53cd0c3b930aec90e27f4d19c5f785f52e2 (patch) | |
| tree | e71f8e716ab2d12cb692c5789120cd0984aaa340 /docs/api/exceptions.rst | |
| parent | 0337f987466dd47696f4293604d071bf020f165e (diff) | |
| parent | 4d19a6f383c802f9620b7d2fc239e5c6ad6c52f9 (diff) | |
| download | pyramid-b1fac53cd0c3b930aec90e27f4d19c5f785f52e2.tar.gz pyramid-b1fac53cd0c3b930aec90e27f4d19c5f785f52e2.tar.bz2 pyramid-b1fac53cd0c3b930aec90e27f4d19c5f785f52e2.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
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 |
