berconpy.LoginRefused¶
- exception berconpy.LoginRefused¶
Bases:
LoginFailureRaised when the password given to the RCON server was incorrect.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
Bases: LoginFailure
Raised when the password given to the RCON server was incorrect.
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.