aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
diff options
context:
space:
mode:
authorsmill <smill@cuckoo.sh>2016-09-14 19:11:57 +0000
committersmill <smill@cuckoo.sh>2016-09-14 19:11:57 +0000
commit83a28021ad863d0ced37594df68c5b97381910f1 (patch)
treea8aa26f8d9634e837fcd437e324b030ea5abc400 /netlib
parent9429f1bc7b33846c71d7c06f92506a4fc4c68049 (diff)
downloadmitmproxy-83a28021ad863d0ced37594df68c5b97381910f1.tar.gz
mitmproxy-83a28021ad863d0ced37594df68c5b97381910f1.tar.bz2
mitmproxy-83a28021ad863d0ced37594df68c5b97381910f1.zip
Fixed travis-ci issues.
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