|
ErrorMacros.hpp File Reference #include <iostream>#include <string>
Include dependency graph for ErrorMacros.hpp:
![]()
This graph shows which files directly or indirectly include this file:
![]() Go to the source code of this file.
Macro Definition Documentation◆ OPM_ERROR_IF
◆ OPM_MESSAGE
◆ OPM_THROW
Value:
do { \
std::string oss_ = std::string{"["} + __FILE__ + ":" + \
std::to_string(__LINE__) + "] " + \
message; \
throw Exception(oss_); \
} while (false)
◆ OPM_THROW_NOLOG
|
|||||||||||||||||||||||||||||||||||||||||||||||||