HomeSort by relevance Sort by last modified time
    Searched refs:HttpLib2Error (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 82 __all__ = ['Http', 'Response', 'ProxyInfo', 'HttpLib2Error',
108 # All exceptions raised here derive from HttpLib2Error
109 class HttpLib2Error(Exception): pass
113 class HttpLib2ErrorWithResponse(HttpLib2Error):
117 HttpLib2Error.__init__(self, desc)
125 class RelativeURIError(HttpLib2Error): pass
126 class ServerNotFoundError(HttpLib2Error): pass
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 82 __all__ = ['Http', 'Response', 'ProxyInfo', 'HttpLib2Error',
108 # All exceptions raised here derive from HttpLib2Error
109 class HttpLib2Error(Exception): pass
113 class HttpLib2ErrorWithResponse(HttpLib2Error):
117 HttpLib2Error.__init__(self, desc)
125 class RelativeURIError(HttpLib2Error): pass
126 class ServerNotFoundError(HttpLib2Error): pass
    [all...]

Completed in 27 milliseconds