Files
Cpp-in-Embedded-Systems/Chapter17/fsm/libs/etl/test/UnitTest++/AssertException.cpp
Amar Mahmutbegovic a1b36d343e add Chapter17
2025-01-11 12:48:14 +01:00

16 lines
193 B
C++

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