FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
|
Exception thrown when attempting to access a state that doesn't exist. More...
#include <FSM.hpp>
Public Member Functions | |
FSMStateNotFoundError (const std::string &state) | |
Constructs an exception for a missing state. | |
Exception thrown when attempting to access a state that doesn't exist.
|
inlineexplicit |
Constructs an exception for a missing state.
state | The name of the state that was not found |