|
kassert
1.0.0
Assertion library for KaMPIng
|
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. | |
| char const * | what () const noexcept final |
| Gets a description of this exception. | |
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.