Searched refs:HTTPBadRequest (Results 1 - 10 of 10) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
H A Dtest_httpexceptions.py31 raise HTTPBadRequest("Do not do this at home.")
41 raise HTTPBadRequest(tstr)
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
H A Dtest_httpheaders.py151 from paste.httpexceptions import HTTPBadRequest namespace
156 except HTTPBadRequest:
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/wiki-example-code/
H A Dexample.py68 raise exc.HTTPBadRequest('No such action %r' % action)
83 raise exc.HTTPBadRequest("Bad path")
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/
H A Dexample.py106 resp = exc.HTTPBadRequest('Missing parameter: %s' % e)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dhttpheaders.py149 from .httpexceptions import HTTPBadRequest namespace
625 raise HTTPBadRequest((
887 raise HTTPBadRequest((
H A Dfileapp.py126 except HTTPBadRequest as exce:
143 except HTTPBadRequest as exce:
H A Dproxy.py71 return httpexceptions.HTTPBadRequest("Disallowed")(environ, start_response)
H A Dhttpexceptions.py43 * 400 - HTTPBadRequest
427 class HTTPBadRequest(HTTPClientError): class in inherits:HTTPClientError
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/jsonrpc-example-code/
H A Djsonrpc.py21 resp = exc.HTTPBadRequest(str(e))
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Dexc.py38 * 400 - :class:`HTTPBadRequest`
620 class HTTPBadRequest(HTTPClientError): class in inherits:HTTPClientError

Completed in 98 milliseconds