FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
|
Exception thrown for invalid state operations. More...
#include <FSM.hpp>
Public Member Functions | |
FSMInvalidStateError (const std::string &message) | |
Constructs an exception for invalid state operations. | |
Exception thrown for invalid state operations.
|
inlineexplicit |
Constructs an exception for invalid state operations.
message | Detailed error message |