summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-05-29 22:48:53 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2017-06-02 15:42:34 +0200
commitff82c88df5794dbf0020989cfc52412cefc4c176 (patch)
tree5a739b49370f56036368fc7f53da2810d7154ac7 /gitlab/exceptions.py
parentf754f21dd9138142b923cf3b919187a4638b674a (diff)
downloadgitlab-ff82c88df5794dbf0020989cfc52412cefc4c176.tar.gz
Tests and fixes for the http_* methods
Diffstat (limited to 'gitlab/exceptions.py')
-rw-r--r--gitlab/exceptions.py4
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