Searched defs:HTTPError (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dnetworktransaction_unittest.py31 from urllib2 import HTTPError namespace
62 raise HTTPError("http://example.com/", 500, "internal server error", None, None)
66 raise HTTPError("http://foo.com/", 404, "not found", None, None)

Completed in 65 milliseconds