NEML2 1.4.0
Loading...
Searching...
No Matches
NEMLException Class Reference

#include <error.h>

Inheritance diagram for NEMLException:

Public Member Functions

 NEMLException ()=default
 
 NEMLException (const std::string &msg)
 
virtual const charwhat () const noexcept
 

Protected Attributes

std::string _msg
 

Constructor & Destructor Documentation

◆ NEMLException() [1/2]

NEMLException ( )
default

◆ NEMLException() [2/2]

NEMLException ( const std::string & msg)
inline

Member Function Documentation

◆ what()

const char * what ( ) const
virtualnoexcept

Member Data Documentation

◆ _msg

std::string _msg
protected