Login

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

#include "AssertException.h"

#ifndef UNITTEST_NO_EXCEPTIONS

namespace UnitTest {

   AssertException::AssertException()
   {}

   AssertException::~AssertException() throw()
   {}

}

#endif