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

Class HTTPError

source code

exceptions.Exception --+    
                       |    
       HTTPFetchingError --+
                           |
                          HTTPError

This exception is raised by the CurlHTTPFetcher when it encounters an exceptional situation fetching a URL.

Instance Methods [hide private]

Inherited from HTTPFetchingError: __init__

Inherited from exceptions.Exception: __getitem__, __str__


Instance Variables [hide private]

Inherited from HTTPFetchingError: why