summaryrefslogtreecommitdiff
path: root/docs/api/config.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-24 16:29:12 -0600
committerMichael Merickel <michael@merickel.org>2016-12-24 16:29:12 -0600
commitaf77a11004056797340136d7997c88cdd0106575 (patch)
tree5c2b0fdf3db81fe4620c56ef41388264e0628a36 /docs/api/config.rst
parentc22270f6bcbb8e43ac53140a2f30afe3059194db (diff)
downloadpyramid-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.rst1
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`