Source code for multiversx_sdk.relayed.errors
[docs]
class InvalidInnerTransactionError(Exception):
def __init__(self, message: str) -> None:
super().__init__(message)
[docs]
class InvalidInnerTransactionError(Exception):
def __init__(self, message: str) -> None:
super().__init__(message)