blob: 9a7d78f23a222635cef8fd01a0a6ea234b821ad6 [file] [log] [blame]
#include "AssertException.h"
#ifndef UNITTEST_NO_EXCEPTIONS
namespace UnitTest {
AssertException::AssertException()
{
}
AssertException::~AssertException() throw()
{
}
}
#endif