|
Beatmup
|
Exception thrown when something happens that should never do. More...
#include <exception.h>
Static Public Member Functions | |
| static void | insanity (const char *message) |
Private Member Functions | |
| Insanity (const char *message) | |
Additional Inherited Members | |
Public Member Functions inherited from Beatmup::Exception | |
| virtual const char * | what () const NOEXCEPT override |
Protected Member Functions inherited from Beatmup::Exception | |
| Exception (const char *message) | |
| template<typename ... Args> | |
| Exception (const char *message, const Args &... args) | |
Exception thrown when something happens that should never do.
Definition at line 132 of file exception.h.
|
inlineprivate |
Definition at line 134 of file exception.h.
|
inlinestatic |
Definition at line 136 of file exception.h.