Nektar++
Public Member Functions | List of all members
Nektar::TesterException Struct Reference

Subclass of std::runtime_error to handle exceptions raised by Tester. More...

#include <TestException.hpp>

Inheritance diagram for Nektar::TesterException:
[legend]

Public Member Functions

 TesterException (const std::string &msg)
 

Detailed Description

Subclass of std::runtime_error to handle exceptions raised by Tester.

Definition at line 46 of file TestException.hpp.

Constructor & Destructor Documentation

◆ TesterException()

Nektar::TesterException::TesterException ( const std::string &  msg)
inline

Definition at line 48 of file TestException.hpp.

48 : std::runtime_error(msg)
49 {
50 }