EntityAlreadyExist
EntityNotExist
Exceptions that CRUDCreator can raise.
Contents
Raised if an entity tries to be created while another entity, with the same ids, already exists.
Raised if you try to perform an action (delete, update, etc.) on an entity that does not exist.