Add missing exception.
This commit is contained in:
parent
fc33fddc5a
commit
9ad01d6824
|
@ -24,6 +24,11 @@ class PEPError(Exception):
|
||||||
return "(%s): %r" % (self.filename, error_msg)
|
return "(%s): %r" % (self.filename, error_msg)
|
||||||
|
|
||||||
|
|
||||||
|
class PEPParseError(PEPError):
|
||||||
|
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class Author(object):
|
class Author(object):
|
||||||
|
|
||||||
"""Represent PEP authors.
|
"""Represent PEP authors.
|
||||||
|
|
Loading…
Reference in New Issue