You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/source/api.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Custom exceptions
17
17
18
18
.. warning:: For any of these errors to work, you need to register the error handlers in your Flask app.
19
19
20
-
To do this, you need to pass :attr:`register_error_handlers=True` to the :class:`FlaskUtils` class or to :meth:`~FlaskUtils.init_app()`.
20
+
To do this, you need to pass :attr:`register_error_handlers=True` to the :class:`~flask_utils.extension.FlaskUtils` class or to :meth:`~flask_utils.extension.FlaskUtils.init_app()`.
0 commit comments