Home
last modified time | relevance | path

Searched refs:HTTPBadGateway (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/WebOb/webob/
Dclient.py103 resp = exc.HTTPBadGateway(
109 resp = exc.HTTPBadGateway("Connection refused")
Dexc.py1019 class HTTPBadGateway(HTTPServerError): class
/external/chromium-trace/catapult/third_party/Paste/docs/modules/
Dhttpexceptions.txt46 .. autoexception:: HTTPBadGateway
/external/chromium-trace/catapult/third_party/WebOb/docs/modules/
Dexceptions.txt57 .. autoexception:: HTTPBadGateway
/external/chromium-trace/catapult/third_party/webapp2/tests/
Dmisc_test.py47 self.assertRaises(webob.exc.HTTPBadGateway, webapp2.abort, 502)
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpexceptions.py572 class HTTPBadGateway(HTTPServerError): class