add a new Exception class called MiddlewareTypeError

This commit is contained in:
PandaFeeder 2017-05-13 18:10:47 +08:00
parent 463bc488e4
commit ef465fb5fe

View File

@ -174,3 +174,6 @@ class ContentRangeError(SanicException):
class InvalidRangeType(ContentRangeError):
pass
class MiddlewareTypeError(Exception):
pass