Some code may choose to throw this exception rather than assert() out. More...
#include <exceptions.h>
Public Member Functions | |
AssertionFailure (const std::string &condition, const std::string &message="") | |
AssertionFailure (const AssertionFailure &) | |
const char * | what () const noexcept |
const std::string & | condition () const noexcept |
const std::string & | message () const noexcept |
Some code may choose to throw this exception rather than assert() out.
Definition at line 47 of file exceptions.h.