Files
Cpp-in-Embedded-Systems/Chapter18/cib/libs/etl/test/UnitTest++/AssertException.cpp
Amar Mahmutbegovic 8634accda5 add Chapter18
2025-02-06 00:19:59 +01:00

16 lines
193 B
C++

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