Swarm-NG
1.1
|
Unrecoverable error exception. More...
#include <runtime_error.hpp>
Public Member Functions | |
runtime_error (const std::string &msg) | |
Constructor. | |
Unrecoverable error exception.
Throw an instance of this class to indicate an unrecoverable error was encountered. Do not throw it directly, but through the use of ERROR() macro.
Definition at line 39 of file runtime_error.hpp.