cqwu-ehall/cqwu/errors/base.py
2023-12-29 18:04:00 +08:00

5 lines
95 B
Python

class CQWUEhallError(Exception):
"""Base class for exceptions in this module."""
pass