Home
last modified time | relevance | path

Searched refs:HTTPTooManyRequests (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/WebOb/docs/modules/
Dexceptions.txt51 .. autoexception:: HTTPTooManyRequests
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpexceptions.py530 class HTTPTooManyRequests(HTTPClientError): class
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dexc.py923 class HTTPTooManyRequests(HTTPClientError): class