exception documentation
class ConnectionClosed(Exception):
Known subclasses: twisted.internet.error.ConnectionDone
, twisted.internet.error.ConnectionLost
Connection was closed, whether cleanly or non-cleanly.
class ConnectionClosed(Exception):
Known subclasses: twisted.internet.error.ConnectionDone
, twisted.internet.error.ConnectionLost
Connection was closed, whether cleanly or non-cleanly.