35#ifndef NEKTAR_TESTS_TESTEXCEPTION_H
36#define NEKTAR_TESTS_TESTEXCEPTION_H
53#define ASSERTL0(condition, msg) \
56 throw TesterException(msg); \
Subclass of std::runtime_error to handle exceptions raised by Tester.
TesterException(const std::string &msg)