Bases: Error[dict[str, object]]
Error indicating that a None value was provided where it is not allowed.
Source code in src/forging_blocks/foundation/errors/none_not_allowed_error.py
| class NoneNotAllowedError(Error[dict[str, object]]):
"""Error indicating that a None value was provided where it is not allowed."""
|