From 4fb2e439803bd55868b91827a5fbaa448f1dff56 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 4 Nov 2017 09:10:40 +0100 Subject: Add users custome attributes support --- 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 a100395..d95bb08 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -77,6 +77,10 @@ class GitlabDeleteError(GitlabOperationError): pass +class GitlabSetError(GitlabOperationError): + pass + + class GitlabProtectError(GitlabOperationError): pass -- cgit v1.2.1