|
co_ecs 0.9.0
Cobalt ECS
|
Exception raised when accessing entities component which was not assigned. More...
#include <exceptions.hpp>
Public Member Functions | |
| component_not_found (const type_meta *meta) | |
| Construct a new component not found exception object. | |
| auto | what () const noexcept -> const char *override |
| Message to the client. | |
Exception raised when accessing entities component which was not assigned.
|
inlineexplicit |
Construct a new component not found exception object.
| meta | Type metadata |
|
inlineoverridenoexcept |
Message to the client.