cqwu-ehall/cqwu/errors/base.py

4 lines
94 B
Python
Raw Normal View History

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