NEML2 2.1.0
Loading...
Searching...
No Matches

#include <errors.h>

Inheritance diagram for NEMLException:

Public Member Functions

 NEMLException ()=default
 NEMLException (std::string msg)
const char * what () const noexcept override

Protected Attributes

std::string _msg

Constructor & Destructor Documentation

◆ NEMLException() [1/2]

NEMLException ( )
default

◆ NEMLException() [2/2]

NEMLException ( std::string msg)
inline

Member Function Documentation

◆ what()

const char * what ( ) const
overridenoexcept

Member Data Documentation

◆ _msg

std::string _msg
protected