cqwu-ehall/cqwu/errors/base.py

5 lines
95 B
Python
Raw Normal View History

class CQWUEhallError(Exception):
"""Base class for exceptions in this module."""
2023-12-29 10:04:00 +00:00
pass