diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-29 09:17:55 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-29 09:17:55 +0200 |
| commit | 71368e7292b0e6d0f0dab9039983fa35689eeab0 (patch) | |
| tree | 8b13bd0fd56285ea778a4a225234cec9db77ff71 /gitlab/exceptions.py | |
| parent | 782875a4d04bf3ebd9a0ae43240aadcde02a24f5 (diff) | |
| download | gitlab-71368e7292b0e6d0f0dab9039983fa35689eeab0.tar.gz | |
Implement runner token validation
Diffstat (limited to 'gitlab/exceptions.py')
| -rw-r--r-- | gitlab/exceptions.py | 4 |
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. |
