diff --git a/mitogen/core.py b/mitogen/core.py index e84c6794..1b716bab 100644 --- a/mitogen/core.py +++ b/mitogen/core.py @@ -83,10 +83,6 @@ class Error(Exception): Exception.__init__(self, fmt) -class SecurityError(Error): - pass - - class CallError(Error): def __init__(self, e): s = '%s.%s: %s' % (type(e).__module__, type(e).__name__, e)