This commit is contained in:
2025-02-28 16:19:22 +03:00
parent b72fcc6a11
commit 3f7c577c29
10 changed files with 40 additions and 118 deletions
-5
View File
@@ -3,11 +3,6 @@ class InvalidDescriptionInstanceException(Exception):
return "Invalid Description Instance"
class UnknownCommandHandlerHasAlreadyBeenCreatedException(Exception):
def __str__(self):
return "Only one unknown command handler can be declared"
class RepeatedCommandException(Exception):
def __str__(self):
return "Commands in handler cannot be repeated"