NEML2 2.0.0
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
NEMLException Class Reference

#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