Searched refs:ServerNotFoundError (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py126 class ServerNotFoundError(HttpLib2Error): pass class in inherits:HttpLib2Error
865 raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py126 class ServerNotFoundError(HttpLib2Error): pass class in inherits:HttpLib2Error
865 raise ServerNotFoundError("Unable to find the server at %s" % conn.host)

Completed in 104 milliseconds