|
GridFire v0.7.1_rc2
General Purpose Nuclear Network
|
Base class for engine-related exceptions. More...
#include <error_engine.h>
Private Member Functions | |
| GridFireError (std::string msg) | |
Additional Inherited Members | |
Public Member Functions inherited from gridfire::exceptions::GridFireError | |
| GridFireError (std::string msg) | |
| const char * | what () const noexcept override |
Base class for engine-related exceptions.
This class serves as the base for all exceptions specific to the reaction network engine in the GridFire library. It extends the GridFireError class and allows for custom error messages related to engine operations.
|
inlineexplicitprivate |