siplasplas
A library for C++ reflection and introspection
cpp::AssertException Class Reference

Represents an assertion error. More...

#include <siplasplas/utility/assert.hpp>

Inherits logic_error.

Detailed Description

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.


The documentation for this class was generated from the following file: