summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/git_python/errors.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/git_python/errors.py b/lib/git_python/errors.py
index 4083841e..f3fae26b 100644
--- a/lib/git_python/errors.py
+++ b/lib/git_python/errors.py
@@ -3,3 +3,6 @@ class InvalidGitRepositoryError(Exception):
class NoSuchPathError(Exception):
pass
+
+class GitCommandError(Exception):
+ pass