Home
last modified time | relevance | path

Searched refs:GerritError (Results 1 – 2 of 2) sorted by relevance

/bionic/tools/bionicbb/
Dgerrit.py20 class GerritError(RuntimeError): class
24 super(GerritError, self).__init__('Error {}: {}'.format(code, url))
45 raise GerritError(response.status_code, url)
Dtasks.py65 except gerrit.GerritError as ex: