diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-29 22:48:53 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-02 15:42:34 +0200 |
commit | ff82c88df5794dbf0020989cfc52412cefc4c176 (patch) | |
tree | 5a739b49370f56036368fc7f53da2810d7154ac7 /gitlab/exceptions.py | |
parent | f754f21dd9138142b923cf3b919187a4638b674a (diff) | |
download | gitlab-ff82c88df5794dbf0020989cfc52412cefc4c176.tar.gz |
Tests and fixes for the http_* methods
Diffstat (limited to 'gitlab/exceptions.py')
-rw-r--r-- | gitlab/exceptions.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py index 9f27c21..c9048a5 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -55,10 +55,6 @@ class GitlabHttpError(GitlabError): pass -class GitlaParsingError(GitlabHttpError): - pass - - class GitlabListError(GitlabOperationError): pass |