diff --git a/sanic/exceptions.py b/sanic/exceptions.py index f0971e18..0af34390 100644 --- a/sanic/exceptions.py +++ b/sanic/exceptions.py @@ -106,6 +106,8 @@ class SanicException(Exception): class SanicTypeException(Exception): pass + + class NotFound(SanicException): status_code = 404