summaryrefslogtreecommitdiff
path: root/docs/source/hooks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/hooks.rst')
-rw-r--r--docs/source/hooks.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/hooks.rst b/docs/source/hooks.rst
index 18a530f..1cdb4ef 100644
--- a/docs/source/hooks.rst
+++ b/docs/source/hooks.rst
@@ -87,6 +87,8 @@ no furthur :func:`~pecan.hooks.PecanHook.on_error` hooks will be executed::
if isinstance(exc, SomeExceptionType):
return webob.Response('Custom Error!', status=500)
+.. _attaching_hooks:
+
Attaching Hooks
---------------