|
My Project
|
Error manager. More...
#include <iostream>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | ErrorMgr |
| class | Cats_Exception |
Macros | |
| #define | assertMsg(cond, msg) if (not (cond)) { throw Cats_Exception(msg); } |
| Macro to check error. | |
| #define | assertAsync() assertMsg(isCircuit(), "The LTS does not specify a circuit.") |
| Macro to assert that the LTS represents an asynchronous circuit. | |
Error manager.
1.8.13