budosystems.storage.repository.EntityAlreadyExists

exception EntityAlreadyExists

Bases: RepositoryError

This exception gets raised if the repository attempts to overwrite an existing entity when it expects none with the same ID to be there.

reason: str | Exception | None