#include <SilentException.h>
Public Member Functions | |
virtual const char * | what () const noexcept override |
Static Public Attributes | |
static const SilentException | kThe |
Throw this when an error has already been reported - so that it isn't reported again
Definition at line 16 of file SilentException.h.
|
overridevirtualnoexcept |
Provide a 'c string' variant of the exception message. Convert the UNICODE string argument to a narrow-string (multibyte) in the current locale encoding.
Definition at line 16 of file SilentException.cpp.
|
static |
Definition at line 21 of file SilentException.h.