 |
OGS
|
|
Go to the documentation of this file.
10#define OGS_FATAL(...) \
12 auto const formatted_va_args = fmt::format(__VA_ARGS__); \
13 BaseLib::console->critical("{}:{} {}() {}", __FILE__, __LINE__, \
14 __FUNCTION__, formatted_va_args); \
15 BaseLib::console->flush(); \
16 throw std::runtime_error(formatted_va_args); \