KASSERT
0.0.1
Karlsruhe Assertion Library
|
The default exception type used together with THROWING_KASSERT
. Reports the erroneous expression together with a custom error message.
More...
#include <kassert.hpp>
Public Member Functions | |
KassertException (std::string message) | |
Constructs the exception. More... | |
char const * | what () const noexcept final |
Gets a description of this exception. More... | |
The default exception type used together with THROWING_KASSERT
. Reports the erroneous expression together with a custom error message.
|
inlineexplicit |
Constructs the exception.
message | A custom error message. |
|
inlinefinalnoexcept |
Gets a description of this exception.