Base class for GridFire exceptions.
More...
#include <error_gridfire.h>
Base class for GridFire exceptions.
This class serves as the base for all exceptions specific to the GridFire library. It extends the standard std::exception class and allows for custom error messages.
◆ GridFireError()
| gridfire::exceptions::GridFireError::GridFireError |
( |
std::string |
msg | ) |
|
|
inlineexplicit |
◆ what()
| const char * gridfire::exceptions::GridFireError::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ m_msg
| std::string gridfire::exceptions::GridFireError::m_msg |
|
private |
The documentation for this class was generated from the following file: