None Not Allowed Error
Error indicating that a None value was provided where it is not allowed.
none_not_allowed_error
Error indicating that a None value was provided where it is not allowed.
NoneNotAllowedError
Bases: Error
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):
"""Error indicating that a None value was provided where it is not allowed."""
|