summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-10-14 11:01:33 +0200
committerJohn Villalovos <john@sodarock.com>2022-10-14 10:18:29 -0700
commit9a6d197f9d2a88bdba8dab1f9abaa4e081a14792 (patch)
tree579b0b3d8d059c1e6c763359fa9e7e19853415ed /gitlab/exceptions.py
parent153d3739021d2375438fe35ce819c77142914567 (diff)
downloadgitlab-9a6d197f9d2a88bdba8dab1f9abaa4e081a14792.tar.gz
feat(api): add support for topics merge API
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 613e9a0..97f097d 100644
--- a/gitlab/exceptions.py
+++ b/gitlab/exceptions.py
@@ -221,6 +221,10 @@ class GitlabTodoError(GitlabOperationError):
pass
+class GitlabTopicMergeError(GitlabOperationError):
+ pass
+
+
class GitlabTimeTrackingError(GitlabOperationError):
pass