From f418767ec94c430aabd132d189d1c5e9e2370e68 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sun, 28 May 2017 22:10:27 +0200 Subject: Migrate all v4 objects to new API Some things are probably broken. Next step is writting unit and functional tests. And fix. --- 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 401e44c..9f27c21 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -39,6 +39,10 @@ class GitlabAuthenticationError(GitlabError): pass +class GitlabParsingError(GitlabError): + pass + + class GitlabConnectionError(GitlabError): pass -- cgit v1.2.1