forked from orbit-oss/flask
Fix typo in class name
This commit is contained in:
parent
f2dd7eff8e
commit
d8400d7cac
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ register and raise that exception class. ::
|
||||||
code = 507
|
code = 507
|
||||||
description = 'Not enough storage space.'
|
description = 'Not enough storage space.'
|
||||||
|
|
||||||
app.register_error_handler(InsuffcientStorage, handle_507)
|
app.register_error_handler(InsufficientStorage, handle_507)
|
||||||
|
|
||||||
raise InsufficientStorage()
|
raise InsufficientStorage()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue