aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mitmproxy/proxy/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/proxy/server.py b/mitmproxy/proxy/server.py
index 4304bd0b..8483d3df 100644
--- a/mitmproxy/proxy/server.py
+++ b/mitmproxy/proxy/server.py
@@ -36,7 +36,7 @@ class ProxyServer(tcp.TCPServer):
def __init__(self, config):
"""
- Raises ProxyServerError if there's a startup problem.
+ Raises ServerException if there's a startup problem.
"""
self.config = config
try: