aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/exceptions.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2017-04-27 17:05:00 +1200
committerAldo Cortesi <aldo@nullcube.com>2017-04-27 17:05:00 +1200
commit97000aa85c6d4cd52d97bda66b0c05ffed93e9da (patch)
treeb5ed172d016a6341e98d2eb765200ba39446b2c2 /mitmproxy/exceptions.py
parentb7afcb5dc2007ce451161e513d3e55d4cc91379e (diff)
downloadmitmproxy-97000aa85c6d4cd52d97bda66b0c05ffed93e9da.tar.gz
mitmproxy-97000aa85c6d4cd52d97bda66b0c05ffed93e9da.tar.bz2
mitmproxy-97000aa85c6d4cd52d97bda66b0c05ffed93e9da.zip
command: save.file flowspec path -> None
Our first user-facing command. The following commands do the obvious things: save.file @marked /tmp/flows save.file @focus /tmp/flows save.file @hidden /tmp/flows save.file "~m get" /tmp/flows
Diffstat (limited to 'mitmproxy/exceptions.py')
-rw-r--r--mitmproxy/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/exceptions.py b/mitmproxy/exceptions.py
index 04525d1f..71517480 100644
--- a/mitmproxy/exceptions.py
+++ b/mitmproxy/exceptions.py
@@ -101,7 +101,7 @@ class OptionsError(MitmproxyException):
pass
-class AddonError(MitmproxyException):
+class AddonManagerError(MitmproxyException):
pass