mirror of
https://github.com/cqwu-ehall/cqwu-ehall.git
synced 2024-11-22 11:01:20 +00:00
4 lines
94 B
Python
4 lines
94 B
Python
|
class CQWUEhallError(Exception):
|
||
|
"""Base class for exceptions in this module."""
|
||
|
pass
|