Skip to content
Snippets Groups Projects
Commit 13b63666 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

ganeti.http: Remove _HttpClientError

This is a leftover from old code.

Reviewed-by: iustinp
parent 59305197
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ _SSL_UNEXPECTED_EOF = "Unexpected EOF"
# send/receive quantum
SOCK_BUF_SIZE = 32768
class HttpError(Exception):
"""Internal exception for HTTP errors.
......@@ -80,14 +81,6 @@ class HttpError(Exception):
"""
class _HttpClientError(Exception):
"""Internal exception for HTTP client errors.
This should only be used for internal error reporting.
"""
class HttpSocketTimeout(Exception):
"""Internal exception for socket timeouts.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment