NEML2 1.4.0
|
Exception type reserved for diagnostics, so as to not conceptually clash with other exceptions. More...
Exception type reserved for diagnostics, so as to not conceptually clash with other exceptions.
#include <DiagnosticsInterface.h>
Public Member Functions | |
NEMLException ()=default | |
NEMLException (const std::string &msg) | |
Public Member Functions inherited from NEMLException | |
NEMLException ()=default | |
NEMLException (const std::string &msg) | |
virtual const char * | what () const noexcept |
Additional Inherited Members | |
Protected Attributes inherited from NEMLException | |
std::string | _msg |
|
default |
|
inline |