summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
diff options
context:
space:
mode:
authorJeroen Schutrup <jschutrup@bol.com>2019-07-11 16:25:21 +0200
committerJeroen Schutrup <jeroenschutrup@hotmail.nl>2019-07-11 22:56:27 +0200
commitbc4280c2fbff115bd5e29a6f5012ae518610f626 (patch)
tree365647f969b08edb8b40d9ff937c175933017a15 /gitlab/exceptions.py
parentad1c0dda37f573673beaf9f25187f51751a5a484 (diff)
downloadgitlab-bc4280c2fbff115bd5e29a6f5012ae518610f626.tar.gz
feat: add mr rebase method
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