twisted.web._newclient.RequestNotSent(Exception)
class documentationtwisted.web._newclient
View Source
(View In Hierarchy)
RequestNotSent
indicates that an attempt was made to issue a request but for reasons
unrelated to the details of the request itself, the request could not be
sent. For example, this may indicate that an attempt was made to send a
request using a protocol which is no longer connected to a server.