exception documentation

class ConnectionAborted(ConnectionLost): (source)

View In Hierarchy

Connection was aborted locally, using twisted.internet.interfaces.ITCPTransport.abortConnection.

Present Since
11.1
Constant MESSAGE Undocumented

Inherited from ConnectionLost:

Method __str__ Undocumented
Class Variable __doc__ Undocumented

Undocumented

Value
'Connection was aborted locally using ITCPTransport.abortConnection'