diff --git a/gunicorn/http/errors.py b/gunicorn/http/errors.py index 5baf5b69..7719f285 100644 --- a/gunicorn/http/errors.py +++ b/gunicorn/http/errors.py @@ -3,7 +3,7 @@ # This file is part of gunicorn released under the MIT license. # See the NOTICE for more information. -class ParseException(BaseException): +class ParseException(Exception): pass class NoMoreData(IOError):