pyecs.exceptions#

exception pyecs.exceptions.ComponentNotFoundError[source]#

Raised when a component doesn’t exist on an entity.

exception pyecs.exceptions.EntityNotFoundError[source]#

Raised when an entity doesn’t exist.

exception pyecs.exceptions.OperationFailedError[source]#

Raised when an ECS operation fails.

exception pyecs.exceptions.PyECSError[source]#

Base exception for all PyECS errors.

Modules