diff options
Diffstat (limited to 'gitlab/exceptions.py')
-rw-r--r-- | gitlab/exceptions.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py index fd2ff2a..f5b3600 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -261,6 +261,14 @@ class GitlabLicenseError(GitlabOperationError): pass +class GitlabFollowError(GitlabOperationError): + pass + + +class GitlabUnfollowError(GitlabOperationError): + pass + + def on_http_error(error): """Manage GitlabHttpError exceptions. |