summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-05-29 09:17:55 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2018-05-29 09:17:55 +0200
commit71368e7292b0e6d0f0dab9039983fa35689eeab0 (patch)
tree8b13bd0fd56285ea778a4a225234cec9db77ff71 /gitlab/exceptions.py
parent782875a4d04bf3ebd9a0ae43240aadcde02a24f5 (diff)
downloadgitlab-71368e7292b0e6d0f0dab9039983fa35689eeab0.tar.gz
Implement runner token validation
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 64f3243..6912e33 100644
--- a/gitlab/exceptions.py
+++ b/gitlab/exceptions.py
@@ -209,6 +209,10 @@ class GitlabMarkdownError(GitlabOperationError):
pass
+class GitlabVerifyError(GitlabOperationError):
+ pass
+
+
def on_http_error(error):
"""Manage GitlabHttpError exceptions.