twisted.internet.error.ConnectingCancelledError(Exception)
class documentationtwisted.internet.error
View Source
(View In Hierarchy)
An Exception
that will be raised when an IStreamClientEndpoint
is cancelled before it connects.
Instance Variable | address | The IAddress
that is the destination of the cancelled IStreamClientEndpoint . |
Method | __init__ |
Parameters | address | The IAddress
that is the destination of the IStreamClientEndpoint
that was cancelled. |