|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <Exception.hpp>
Public Member Functions | |
| SleakException (const std::string &message) | |
| virtual const char * | what () const noexcept override |
Protected Attributes | |
| std::string | message_ |
Root of every Sleak-specific exception; carries a plain message string.
Definition at line 11 of file Exception.hpp.
|
inline |
Definition at line 13 of file Exception.hpp.
|
inlineoverridevirtualnoexcept |
Definition at line 14 of file Exception.hpp.
|
protected |
Definition at line 17 of file Exception.hpp.