Searched defs:GitFailedException (Results 1 - 2 of 2) sorted by relevance

/external/v8/tools/release/
H A Dgit_recipes.py77 class GitFailedException(Exception): class in inherits:Exception
140 except GitFailedException: # pragma: no cover
152 except GitFailedException: # pragma: no cover
281 raise GitFailedException("Couldn't determine commit position for %s" %
H A Dcommon_includes.py46 from git_recipes import GitFailedException namespace
370 except GitFailedException:
376 except GitFailedException:
503 raise GitFailedException("'git %s' failed." % args)
629 except GitFailedException:

Completed in 83 milliseconds