From 61d4cac5c711268ef80e52404c047da2a1f415ca Mon Sep 17 00:00:00 2001 From: "Asher256@users.noreply.github.com" Date: Sun, 30 Oct 2016 22:18:42 -0400 Subject: New exception for ProjectKey.enable_deploy_key and disable_deploy_key --- 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 733551f..1d1f477 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -75,6 +75,10 @@ class GitlabTransferProjectError(GitlabOperationError): pass +class GitlabProjectDeployKeyError(GitlabOperationError): + pass + + class GitlabCancelError(GitlabOperationError): pass -- cgit v1.2.1