summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/exceptions.py')
-rw-r--r--gitlab/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py
index d95bb08..9a423dd 100644
--- a/gitlab/exceptions.py
+++ b/gitlab/exceptions.py
@@ -189,6 +189,10 @@ class GitlabCherryPickError(GitlabOperationError):
pass
+class GitlabHousekeepingError(GitlabOperationError):
+ pass
+
+
def raise_error_from_response(response, error, expected_code=200):
"""Tries to parse gitlab error message from response and raises error.