core: remove unused SecurityError.

wip-fakessh-exit-status
David Wilson 7 years ago
parent 07d4d799f1
commit a54c96faae

@ -83,10 +83,6 @@ class Error(Exception):
Exception.__init__(self, fmt) Exception.__init__(self, fmt)
class SecurityError(Error):
pass
class CallError(Error): class CallError(Error):
def __init__(self, e): def __init__(self, e):
s = '%s.%s: %s' % (type(e).__module__, type(e).__name__, e) s = '%s.%s: %s' % (type(e).__module__, type(e).__name__, e)

Loading…
Cancel
Save