work on docs

This commit is contained in:
2025-03-04 18:44:45 +03:00
parent 2c9c8da13c
commit 971258728c
5 changed files with 106 additions and 44 deletions
+1 -6
View File
@@ -23,11 +23,6 @@ class RequiredArgumentNotPassedException(Exception):
return "Required argument not passed"
class NotValidInputFlagHandlerHasBeenAlreadyCreatedException(Exception):
def __str__(self):
return "Invalid Input Flag Handler has already been created"
class IncorrectNumberOfHandlerArgsException(Exception):
def __str__(self):
return "Incorrect Input Flags Handler has incorrect number of arguments"
return "Handler has incorrect number of arguments"