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

18 lines
236 B
C++
Raw Normal View History

2024-10-29 10:49:46 +01:00
#include "RequiredCheckException.h"
#ifndef UNITTEST_NO_EXCEPTIONS
namespace UnitTest {
RequiredCheckException::RequiredCheckException()
{
}
RequiredCheckException::~RequiredCheckException() throw()
{
}
}
#endif