scsl 1.0.1
Shimmering Clarity Standard Library
|
AssertionFailed indicates that some invariant didn't hold. More...
#include <Exceptions.h>
Public Member Functions | |
AssertionFailed (std::string message) | |
const char * | what () const throw () |
what returns a message describing the exception. | |
AssertionFailed indicates that some invariant didn't hold.
|
explicit |
AssertionFailed is constructed with a message describing what failed.
const char * sctest::AssertionFailed::what | ( | ) | const | |
throw | ( | |||
) |
what returns a message describing the exception.