summaryrefslogtreecommitdiff
path: root/lib/git_python/errors.py
blob: 4083841e8b31bad0fd60a72ae7dd318a7d24bcec (plain)
1
2
3
4
5
class InvalidGitRepositoryError(Exception):
    pass

class NoSuchPathError(Exception):
    pass