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-05-29 22:48:53 +0200
commit904c9fadaa892cb4a2dbd12e564841281aa86c51 (patch)
treec3d50c792780a677f464204942484f49ef7de801 /gitlab/exceptions.py
parentd0a933404f4acec28956e1f07e9dcc3261fae87e (diff)
downloadgitlab-904c9fadaa892cb4a2dbd12e564841281aa86c51.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