aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
diff options
context:
space:
mode:
Diffstat (limited to 'netlib')
-rw-r--r--netlib/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/netlib/exceptions.py b/netlib/exceptions.py
index 795926f1..37651409 100644
--- a/netlib/exceptions.py
+++ b/netlib/exceptions.py
@@ -59,5 +59,6 @@ class InvalidCertificateException(TlsException):
class Timeout(TcpException):
pass
+
class ProtocolException(NetlibException):
pass