twisted.web._newclient._WrapperException(Exception) class documentationtwisted.web._newclient
          View Source
          (View In Hierarchy)
        
      Known subclasses: twisted.web.client.RequestGenerationFailed, twisted.web.client.RequestTransmissionFailed, twisted.web.client.ResponseFailed
_WrapperException is the base exception type for exceptions which include one or more other exceptions as the low-level causes.
| Instance Variable | reasons | A list of one or more Failure instances encountered during an HTTP request.  See subclass documentation for more details. | 
  
| Method | __init__ | Undocumented |