From 71368e7292b0e6d0f0dab9039983fa35689eeab0 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Tue, 29 May 2018 09:17:55 +0200 Subject: Implement runner token validation --- gitlab/exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gitlab/exceptions.py') 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. -- cgit v1.2.1