NEML2 2.1.0
Loading...
Searching...
No Matches
Diagnosis Class Reference

Exception type reserved for diagnostics, so as to not conceptually clash with other exceptions. More...

Detailed Description

Exception type reserved for diagnostics, so as to not conceptually clash with other exceptions.

#include <errors.h>

Inheritance diagram for Diagnosis:

Public Member Functions

 NEMLException ()=default
 NEMLException (std::string msg)
Public Member Functions inherited from NEMLException
 NEMLException ()=default
 NEMLException (std::string msg)
const char * what () const noexcept override

Additional Inherited Members

Protected Attributes inherited from NEMLException
std::string _msg

Member Function Documentation

◆ NEMLException() [1/2]

NEMLException ( )
default

◆ NEMLException() [2/2]

NEMLException ( std::string msg)
inline