Nektar++
Classes | Namespaces | Macros
TestException.hpp File Reference
#include <exception>

Go to the source code of this file.

Classes

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

Namespaces

namespace  Nektar
 

Macros

#define ASSERTL0(condition, msg)
 

Macro Definition Documentation

◆ ASSERTL0

#define ASSERTL0 (   condition,
  msg 
)
Value:
if (!(condition)) \
{ \
throw TesterException(msg); \
}

Definition at line 53 of file TestException.hpp.