exception ape_safe.exceptions.ActionNotPerformedError(message: str)
exception ape_safe.exceptions.ApeSafeError

An error to raise in place of AccountsError for the ape-safe plugin.

exception ape_safe.exceptions.ApeSafeException
exception ape_safe.exceptions.ClientResponseError(endpoint_url: str, response: Response, message: str | None = None)
exception ape_safe.exceptions.ClientUnavailable(message: str | None = None)
exception ape_safe.exceptions.MulticallException
exception ape_safe.exceptions.MultisigTransactionNotFoundError(tx_hash: str, endpoint_url: str, response: Response)
exception ape_safe.exceptions.NoLocalSigners
exception ape_safe.exceptions.NotASigner(signer: AddressType)
exception ape_safe.exceptions.NotEnoughSignatures(expected: int, actual: int)
exception ape_safe.exceptions.SafeClientException
exception ape_safe.exceptions.SafeLogicError(error_code: str)
exception ape_safe.exceptions.UnsupportedChainError
exception ape_safe.exceptions.ValueRequired(amount: int)
class ape_safe.exceptions.handle_safe_logic_error