summaryrefslogtreecommitdiff
path: root/git/exc.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/exc.py')
-rw-r--r--git/exc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/git/exc.py b/git/exc.py
index 412f82f0..e14fb7f1 100644
--- a/git/exc.py
+++ b/git/exc.py
@@ -43,11 +43,11 @@ class UnsupportedOperation(ODBError):
"""Thrown if the given operation cannot be supported by the object database"""
-class InvalidGitRepositoryError(GitPythonError):
+class InvalidGitRepositoryError(InvalidDBRoot):
""" Thrown if the given repository appears to have an invalid format. """
-class NoSuchPathError(GitPythonError):
+class NoSuchPathError(InvalidDBRoot):
""" Thrown if a path could not be access by the system. """