From 5298964ee7db8a610f23de2d69aad8467727ca97 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Tue, 18 Feb 2020 17:15:57 +0100 Subject: feat: add support for commit revert API (#991) --- 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 aff3c87..d6791f2 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -245,6 +245,10 @@ class GitlabRepairError(GitlabOperationError): pass +class GitlabRevertError(GitlabOperationError): + pass + + class GitlabLicenseError(GitlabOperationError): pass -- cgit v1.2.1