exception ConnectionRefusedError
A subclass of ConnectionError
, raised when a connection attempt is refused by the peer. Corresponds to errno
ECONNREFUSED
.
exception ConnectionRefusedError
A subclass of ConnectionError
, raised when a connection attempt is refused by the peer. Corresponds to errno
ECONNREFUSED
.
Please login to continue.