Files
2023-07-27 15:47:15 +02:00

5 lines
90 B
Python

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