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