From 4794ecc45d7aa08785c622918d08bb046e7359ae Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sat, 23 Jul 2022 18:16:24 +0200 Subject: feat(projects): add support for project restore API --- 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 4a2f1dc..9ee64e3 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -286,6 +286,10 @@ class GitlabRepairError(GitlabOperationError): pass +class GitlabRestoreError(GitlabOperationError): + pass + + class GitlabRevertError(GitlabOperationError): pass -- cgit v1.2.1