libwreport
3.29
|
Reports that a feature is still not implemented. More...
#include <error.h>
Static Public Member Functions | |
static void | throwf (const char *fmt,...) WREPORT_THROWF_ATTRS(1 |
Throw the exception, building the message printf-style. | |
![]() | |
static const char * | strerror (ErrorCode code) |
String description for an error code. | |
Additional Inherited Members | |
![]() | |
StringBase (const std::string &msg) noexcept | |
ErrorCode | code () const noexcept override |
Exception-specific error code. More... | |
const char * | what () const noexcept override |
Error message. | |
![]() | |
virtual ErrorCode | code () const noexcept=0 |
Exception-specific error code. More... | |
virtual const char * | what () const noexcept=0 |
Error message. | |
![]() | |
std::string | msg |
error message returned by what() | |
Reports that a feature is still not implemented.