last steps work on new docs, full complete write docstring for all objects

This commit is contained in:
2025-04-23 20:54:03 +03:00
parent 7281fdeabf
commit 036c17ec9a
17 changed files with 1496 additions and 78 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class IncorrectNumberOfHandlerArgsException(Exception):
return "Handler has incorrect number of arguments"
class TriggerCannotContainSpacesException(Exception):
class TriggerContainSpacesException(Exception):
"""
Private. Raised when there is a space in the trigger being registered
"""