|
co_ecs 0.9.0
Cobalt ECS
|
Exception raised when accessing non existing entity. More...
#include <exceptions.hpp>
Public Member Functions | |
| entity_not_found (entity ent) | |
| Construct a new entity not found exception object. | |
| auto | what () const noexcept -> const char *override |
| Message to the client. | |
Exception raised when accessing non existing entity.
|
inlineexplicit |
Construct a new entity not found exception object.
| ent | Entity |
|
inlineoverridenoexcept |
Message to the client.