![]() |
tunit - Reference Guide
1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
|
Exception thow when ignore. More...
#include <ignore_error.h>


Public Member Functions | |
| ignore_error (const std::string &message) | |
| Create a new instance of ignore_error class. More... | |
| ignore_error (const char *message) | |
| Create a new instance of ignore_error class. More... | |
| const char * | what () const noexcept |
| Returns a string that represents the current ignore_error. More... | |
Exception thow when ignore.
|
inlineexplicit |
Create a new instance of ignore_error class.
| message | Message string associate to the error. |
|
inlineexplicit |
Create a new instance of ignore_error class.
| message | Message string associate to the error. |
|
inlinenoexcept |
Returns a string that represents the current ignore_error.