introduce ClanError type

This commit is contained in:
Jörg Thalheim
2023-07-26 15:50:27 +02:00
parent b4ba9c70cd
commit 4101b9adb4
2 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
class ClanError(Exception):
"""Base class for exceptions in this module."""
pass