berconpy.RCONCommandError

exception berconpy.RCONCommandError

Bases: RCONError

Raised when an issue occurs during execution of an RCON command.

with_traceback()

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