diff options
Diffstat (limited to 'netlib/exceptions.py')
-rw-r--r-- | netlib/exceptions.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/netlib/exceptions.py b/netlib/exceptions.py index 37651409..dec79c22 100644 --- a/netlib/exceptions.py +++ b/netlib/exceptions.py @@ -58,7 +58,3 @@ class InvalidCertificateException(TlsException): class Timeout(TcpException): pass - - -class ProtocolException(NetlibException): - pass |