class twisted.internet.error.ConnectingCancelledError(Exception): (source)
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. |