Searched refs:GerritError (Results 1 – 2 of 2) sorted by relevance
20 class GerritError(RuntimeError): class24 super(GerritError, self).__init__('Error {}: {}'.format(code, url))45 raise GerritError(response.status_code, url)
65 except gerrit.GerritError as ex: