diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-28 22:10:27 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-02 15:42:32 +0200 |
| commit | f418767ec94c430aabd132d189d1c5e9e2370e68 (patch) | |
| tree | a015a30cf17ae755f35a6d1618b2d2a1cccb4472 /gitlab/exceptions.py | |
| parent | 0467f779eb1d2649f3626e3817531511d3397038 (diff) | |
| download | gitlab-f418767ec94c430aabd132d189d1c5e9e2370e68.tar.gz | |
Migrate all v4 objects to new API
Some things are probably broken. Next step is writting unit and
functional tests.
And fix.
Diffstat (limited to 'gitlab/exceptions.py')
| -rw-r--r-- | gitlab/exceptions.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
