From 39c8ad5a9405469370e429548e08aa475797b92b Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 9 Jun 2018 17:22:39 +0200 Subject: Add geo nodes API support Fixes #524 --- 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 514d742..4aec7fc 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -217,6 +217,10 @@ class GitlabRenderError(GitlabOperationError): pass +class GitlabRepairError(GitlabOperationError): + pass + + def on_http_error(error): """Manage GitlabHttpError exceptions. -- cgit v1.2.1