Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Derrors.py123 class UnexpectedMethodError(Error): class
129 super(UnexpectedMethodError, self).__init__(
Dhttp.py54 from googleapiclient.errors import UnexpectedMethodError
1445 raise UnexpectedMethodError(methodId=methodId)
/external/curl/tests/
Dhttp_pipe.py63 class UnexpectedMethodError(Error): class
141 raise UnexpectedMethodError('Unexpected method: ' + method)
400 except UnexpectedMethodError as e: