summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/exceptions.py')
-rw-r--r--gitlab/exceptions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py
index 97f097d..d3b0f5d 100644
--- a/gitlab/exceptions.py
+++ b/gitlab/exceptions.py
@@ -9,7 +9,6 @@ class GitlabError(Exception):
response_code: Optional[int] = None,
response_body: Optional[bytes] = None,
) -> None:
-
Exception.__init__(self, error_message)
# Http status code
self.response_code = response_code