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

/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dnetworktransaction_unittest.py33 from webkitpy.thirdparty.autoinstalled.mechanize 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 79 milliseconds