From 9c19e06dbb792308d2fcd4fff1239043981b5f61 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 28 May 2018 08:02:23 +0200 Subject: Add support for environment stop() --- 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 00d99c6..9e3fa4a 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -201,6 +201,10 @@ class GitlabSearchError(GitlabOperationError): pass +class GitlabStopError(GitlabOperationError): + pass + + def on_http_error(error): """Manage GitlabHttpError exceptions. -- cgit v1.2.1