Unit test assertion error. More...
#include <error.hpp>
Public Member Functions | |
AssertException (const std::string &msg) | |
virtual | ~AssertException () |
virtual const char * | what () const noexcept override |
Unit test assertion error.
Extends std::exception
to provides assertion utility functions
anch::ut::AssertException::AssertException | ( | const std::string & | msg | ) |
AssertException constructor
msg | error message |
|
virtual |
AssertException destructor
|
overridevirtualnoexcept |
Returns error message