From 97c8619c5b07abc714417d6e5be2f553270b54a6 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 21 May 2018 16:21:48 +0200 Subject: Add support for the search API Fixes #470 --- 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 744890f..00d99c6 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -197,6 +197,10 @@ class GitlabOwnershipError(GitlabOperationError): pass +class GitlabSearchError(GitlabOperationError): + pass + + def on_http_error(error): """Manage GitlabHttpError exceptions. -- cgit v1.2.1