Nektar++
Public Member Functions | List of all members
Nektar::ErrorUtil::NekError Class Reference

#include <ErrorUtil.hpp>

Inheritance diagram for Nektar::ErrorUtil::NekError:
[legend]

Public Member Functions

 NekError (const std::string &message)
 

Detailed Description

Definition at line 57 of file ErrorUtil.hpp.

Constructor & Destructor Documentation

◆ NekError()

Nektar::ErrorUtil::NekError::NekError ( const std::string &  message)
inline

Definition at line 60 of file ErrorUtil.hpp.

60 : std::runtime_error(message)
61 {
62 }