aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/exceptions.py')
-rw-r--r--netlib/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/netlib/exceptions.py b/netlib/exceptions.py
index 637be3df..e13af473 100644
--- a/netlib/exceptions.py
+++ b/netlib/exceptions.py
@@ -27,5 +27,6 @@ class HttpException(NetlibException):
class HttpReadDisconnect(HttpException, ReadDisconnect):
pass
+
class HttpSyntaxException(HttpException):
pass