Add generic initializationerror
This commit is contained in:
parent
9f537ff569
commit
f66f93d867
@ -11,13 +11,18 @@ class JSONRPCException(RPCException):
|
||||
pass
|
||||
|
||||
|
||||
class InitializationError(Exception):
|
||||
"""Base error for errors occurring while processing settings
|
||||
"""
|
||||
pass
|
||||
|
||||
class ExecutionError(Exception):
|
||||
"""Base error for transaction execution failures
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class SignerMissingException(Exception):
|
||||
class SignerMissingException(InitializationError):
|
||||
"""Raised when attempting to retrieve a signer when none has been added
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user