kagtcprlib.exceptions

Module exceptions contains any custom Exceptions which the library might raise.

Exceptions

NotConnectedException Raised when a send is attempted on a client that isn’t connected yet.
exception kagtcprlib.exceptions.NotConnectedException[source]

Bases: Exception

Raised when a send is attempted on a client that isn’t connected yet.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.