summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-07-21 18:13:24 +0200
committerGitHub <noreply@github.com>2019-07-21 18:13:24 +0200
commitb9877b4e6479e66ca30a2908ee9c2703366eb9ce (patch)
tree3e1c2fc2d885fa5e7b664f20d1412174b1ca6a06 /gitlab/exceptions.py
parentc8a7e31cb57e3be7287ba237dbda7c4efa195b29 (diff)
parentbc4280c2fbff115bd5e29a6f5012ae518610f626 (diff)
downloadgitlab-b9877b4e6479e66ca30a2908ee9c2703366eb9ce.tar.gz
Merge pull request #823 from jeroen92/rebase-mr
Resolve #822, add mr rebase
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 449b6f0..d644e0f 100644
--- a/gitlab/exceptions.py
+++ b/gitlab/exceptions.py
@@ -173,6 +173,10 @@ class GitlabMRApprovalError(GitlabOperationError):
pass
+class GitlabMRRebaseError(GitlabOperationError):
+ pass
+
+
class GitlabMRClosedError(GitlabOperationError):
pass