Exceptions

Exceptions that CRUDCreator can raise.

EntityAlreadyExist

class crudcreator.exceptions.EntityAlreadyExist[source]

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

EntityNotExist

class crudcreator.exceptions.EntityNotExist[source]

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