From 673dc3636e5ab6846c88cb4dac71f0690b02494d Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 3 Oct 2016 06:39:44 +0200 Subject: Implement ProjectBuild.play() --- 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 0fc8617..733551f 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -95,6 +95,10 @@ class GitlabBuildRetryError(GitlabRetryError): pass +class GitlabBuildPlayError(GitlabRetryError): + pass + + class GitlabBuildEraseError(GitlabRetryError): pass -- cgit v1.2.1