fsfw/contrib/fsfw_contrib/etl-20.39.4/test/UnitTest++/AssertException.cpp

16 lines
193 B
C++

#include "AssertException.h"
#ifndef UNITTEST_NO_EXCEPTIONS
namespace UnitTest {
AssertException::AssertException()
{}
AssertException::~AssertException() throw()
{}
}
#endif