HomeSort by relevance Sort by last modified time
    Searched refs:GerritError (Results 1 - 2 of 2) sorted by null

  /bionic/tools/bionicbb/
gerrit.py 20 class GerritError(RuntimeError):
24 super(GerritError, self).__init__('Error {}: {}'.format(code, url))
45 raise GerritError(response.status_code, url)
tasks.py 65 except gerrit.GerritError as ex:

Completed in 460 milliseconds