Skip to content

None Not Allowed Error

none_not_allowed_error

Error indicating that a None value was provided where it is not allowed.

NoneNotAllowedError

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."""