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

/external/v8/tools/push-to-trunk/
H A Dgit_recipes.py77 class GitFailedException(Exception): class in inherits:Exception
135 except GitFailedException: # pragma: no cover
147 except GitFailedException: # pragma: no cover
243 raise GitFailedException("Git hash %s is unknown." % git_hash)
249 raise GitFailedException("Couldn't convert %s to SVN." % git_hash)
H A Dcommon_includes.py46 from git_recipes import GitFailedException namespace
354 raise GitFailedException("'git %s' failed." % args)
486 except GitFailedException:

Completed in 2287 milliseconds