Exceptions

Module that holds the exceptions for the client part of the codebase.

exception ChatCommandException[source]

Exception class to control chat command.

code: int = 80
exception FeedbackCommandException[source]

Exception class to control feedback command.

code: int = 83
exception HistoryCommandException[source]

Exception class to control history command.

code: int = 82
exception ShellCommandException[source]

Exception class to control shell command.

code: int = 81
exception StopInteractiveMode[source]

Control the interactive mode execution