Package openid :: Module fetchers :: Class HTTPFetchingError
[frames] | no frames]

Class HTTPFetchingError

source code

exceptions.Exception --+
                       |
                      HTTPFetchingError
Known Subclasses:
HTTPError

Exception that is wrapped around all exceptions that are raised by the underlying fetcher when using the ExceptionWrappingFetcher

Instance Methods [hide private]
  __init__(self, why=None)

Inherited from exceptions.Exception: __getitem__, __str__


Instance Variables [hide private]
  why
The exception that caused this exception

Method Details [hide private]

__init__(self, why=None)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

Instance Variable Details [hide private]

why


The exception that caused this exception