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