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 59 of file ErrorUtil.hpp.

Constructor & Destructor Documentation

◆ NekError()

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

Definition at line 62 of file ErrorUtil.hpp.

Referenced by Nektar::ErrorUtil::Error().

62  : std::runtime_error(message)
63  {
64  }