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