Draft Entity Is Not Hashable Error¶
Module defining the DraftEntityIsNotHashableError exception.
draft_entity_is_not_hashable_error
¶
Module defining the DraftEntityIsNotHashableError exception.
DraftEntityIsNotHashableError
¶
Bases: Error
Raised because draft entities are not hashable.
Source code in src/forging_blocks/domain/errors/draft_entity_is_not_hashable_error.py
from_class_name(class_name: str) -> DraftEntityIsNotHashableError
classmethod
¶
Create DraftEntityIsNotHashableError from class name.