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