siplasplas
A library for C++ reflection and introspection
|
Represents an assertion error. More...
#include <siplasplas/utility/assert.hpp>
Inherits logic_error.
Represents an assertion error.
An AssertException is thrown whenever a siplasplas assertion fails (See AssertExpression). AssertException::what() returns a detailed message about the assertion failure.