class InvalidGitRepositoryError(Exception): pass class NoSuchPathError(Exception): pass class GitCommandError(Exception): pass