diff options
author | smill <smill@cuckoo.sh> | 2016-09-14 19:11:57 +0000 |
---|---|---|
committer | smill <smill@cuckoo.sh> | 2016-09-14 19:11:57 +0000 |
commit | 83a28021ad863d0ced37594df68c5b97381910f1 (patch) | |
tree | a8aa26f8d9634e837fcd437e324b030ea5abc400 /netlib/exceptions.py | |
parent | 9429f1bc7b33846c71d7c06f92506a4fc4c68049 (diff) | |
download | mitmproxy-83a28021ad863d0ced37594df68c5b97381910f1.tar.gz mitmproxy-83a28021ad863d0ced37594df68c5b97381910f1.tar.bz2 mitmproxy-83a28021ad863d0ced37594df68c5b97381910f1.zip |
Fixed travis-ci issues.
Diffstat (limited to 'netlib/exceptions.py')
-rw-r--r-- | netlib/exceptions.py | 1 |
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 |