Commit a54c96fa authored by David Wilson's avatar David Wilson

core: remove unused SecurityError.

parent 07d4d799
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment