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