Skip to content

Commit 5b5d099

Browse files
rikvaAutomatedTester
authored andcommitted
Inherit from Exception as StandardError was removed in Python 3
1 parent 93815dc commit 5b5d099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browsermobproxy/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
class ProxyServerError(StandardError):
1+
class ProxyServerError(Exception):
22
pass

0 commit comments

Comments
 (0)