Exceptions

Exceptions that CRUDCreator can raise.

EntityAlreadyExist

class crudcreator.exceptions.EntityAlreadyExist

Raised if an entity tries to be created while another entity, with the same ids, already exists.

EntityNotExist

class crudcreator.exceptions.EntityNotExist

Raised if you try to perform an action (delete, update, etc.) on an entity that does not exist.