berconpy.LoginTimeout¶
- exception berconpy.LoginTimeout¶
Bases:
LoginFailure,TimeoutErrorRaised when the RCON server could not respond to our login attempts.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.