exception documentation

class ConnectionAborted(ConnectionLost):

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
MESSAGE: str = ΒΆ

Undocumented

Value
'Connection was aborted locally using ITCPTransport.abortConnection'