communication.exceptions module

Collection of custom exceptions.

exception communication.exceptions.AnnotationError[source]

Bases: Exception

Raised when a function is incorrectly annotated.

exception communication.exceptions.OptionalImportError[source]

Bases: ImportError

Raised when an optional import is missing.

exception communication.exceptions.RepetitionError[source]

Bases: Exception

Raised when the action has already been performed and should not be repeated.