Home
last modified time | relevance | path

Searched defs:HTTPNotFound (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpexceptions.py449 class HTTPNotFound(HTTPClientError): class
/external/chromium-trace/catapult/third_party/WebOb/webob/
Dexc.py662 class HTTPNotFound(HTTPClientError): class