mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix from @sirkonst feedback
This commit is contained in:
parent
d218ba54c6
commit
f0deed1529
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user