Updated AUTHORS file and added missing versionadded
This commit is contained in:
parent
7a4b608839
commit
50bca8c2d3
3 changed files with 14 additions and 0 deletions
2
flask.py
2
flask.py
|
|
@ -615,6 +615,8 @@ class Module(_PackageBoundObject):
|
|||
def app_errorhandler(self, code):
|
||||
"""Like :meth:`Flask.errorhandler` but for a module. This
|
||||
handler is used for all requests, even if outside of the module.
|
||||
|
||||
.. versionadded:: 0.4
|
||||
"""
|
||||
def decorator(f):
|
||||
self._record(lambda s: s.app.errorhandler(code)(f))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue