12 lines
245 B
Python
12 lines
245 B
Python
class PTimeParseException(Exception):
|
|
...
|
|
|
|
class TokenUnhandledException(PTimeParseException):
|
|
...
|
|
|
|
class MultipleSpecificationException(PTimeParseException):
|
|
...
|
|
|
|
class OutOfRangeSpecificationException(PTimeParseException):
|
|
...
|