We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5d3ea commit 056bd0eCopy full SHA for 056bd0e
CHANGES
@@ -32,7 +32,7 @@ Version 1.0
32
different design and also replaces ``Flask-Script``.
33
- Error handlers that match specific classes are now checked first,
34
thereby allowing catching exceptions that are subclasses of HTTP
35
- exceptions (in ``werkzeug.execptions``). This makes it possible
+ exceptions (in ``werkzeug.exceptions``). This makes it possible
36
for an extension author to create exceptions that will by default
37
result in the HTTP error of their choosing, but may be caught with
38
a custom error handler if desired.
0 commit comments