Files
konabot/konabot/common/ptimeparse/err.py
passthem e09de9eeb6
All checks were successful
continuous-integration/drone/push Build is passing
更改使用 uv 而非 poetry 管理 Docker 内部依赖
2025-11-10 04:41:05 +08:00

12 lines
245 B
Python

class PTimeParseException(Exception):
...
class TokenUnhandledException(PTimeParseException):
...
class MultipleSpecificationException(PTimeParseException):
...
class OutOfRangeSpecificationException(PTimeParseException):
...