diff options
| author | Michael Merickel <michael@merickel.org> | 2016-12-24 16:29:12 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-12-24 16:29:12 -0600 |
| commit | af77a11004056797340136d7997c88cdd0106575 (patch) | |
| tree | 5c2b0fdf3db81fe4620c56ef41388264e0628a36 /docs/api/config.rst | |
| parent | c22270f6bcbb8e43ac53140a2f30afe3059194db (diff) | |
| download | pyramid-af77a11004056797340136d7997c88cdd0106575.tar.gz pyramid-af77a11004056797340136d7997c88cdd0106575.tar.bz2 pyramid-af77a11004056797340136d7997c88cdd0106575.zip | |
expose the new exception view apis
Diffstat (limited to 'docs/api/config.rst')
| -rw-r--r-- | docs/api/config.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst index ab3ff0fe1..62f138b76 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -26,6 +26,7 @@ .. automethod:: add_view .. automethod:: add_notfound_view .. automethod:: add_forbidden_view + .. automethod:: add_exception_view :methodcategory:`Adding an Event Subscriber` |
