FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
Loading...
Searching...
No Matches
fsmgine::FSMNotInitializedError Class Reference

Exception thrown when FSM operations are attempted before initialization. More...

#include <FSM.hpp>

Inheritance diagram for fsmgine::FSMNotInitializedError:
Collaboration diagram for fsmgine::FSMNotInitializedError:

Public Member Functions

 FSMNotInitializedError ()
 Constructs an exception for uninitialized FSM.
 

Detailed Description

Exception thrown when FSM operations are attempted before initialization.


The documentation for this class was generated from the following file: