add a new Exception class called MiddlewareTypeError
This commit is contained in:
parent
463bc488e4
commit
ef465fb5fe
|
@ -174,3 +174,6 @@ class ContentRangeError(SanicException):
|
|||
|
||||
class InvalidRangeType(ContentRangeError):
|
||||
pass
|
||||
|
||||
class MiddlewareTypeError(Exception):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user