berconpy.LoginRefused

exception berconpy.LoginRefused

Bases: LoginFailure

Raised when the password given to the RCON server was incorrect.

with_traceback()

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