class documentation

class _WrapperException(Exception): (source)

Known subclasses: twisted.web.client.RequestGenerationFailed, twisted.web.client.RequestTransmissionFailed, twisted.web.client.ResponseFailed

View In Hierarchy

_WrapperException is the base exception type for exceptions which include one or more other exceptions as the low-level causes.
Method __init__ Undocumented
Instance Variable reasons A list of one or more Failure instances encountered during an HTTP request. See subclass documentation for more details.
def __init__(self, reasons): (source)

Undocumented

reasons = (source)
A list of one or more Failure instances encountered during an HTTP request. See subclass documentation for more details.