HoverRace
2.0
|
Exception indicating an unimplemented bit of code has been hit. More...
#include <Exception.h>
Public Member Functions | |
UnimplementedExn () | |
UnimplementedExn (const std::string &msg) | |
UnimplementedExn (const char *msg) | |
virtual | ~UnimplementedExn () noexcept |
![]() | |
Exception () | |
Exception (const std::string &msg) | |
Exception (const char *msg) | |
virtual | ~Exception () noexcept |
const char * | what () const noexceptoverride |
Private Types | |
using | SUPER = Exception |
Additional Inherited Members | |
![]() | |
std::string & | GetMessage () noexcept |
Exception indicating an unimplemented bit of code has been hit.
|
private |
|
inline |
|
inline |
|
inline |
|
inlinevirtualnoexcept |