recovery the format

This commit is contained in:
lizheao 2017-05-01 22:44:35 +08:00
parent 1ad50d4b64
commit ac871fadcc

View File

@ -106,6 +106,8 @@ class SanicException(Exception):
class SanicTypeException(Exception):
pass
class NotFound(SanicException):
status_code = 404