|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <Exception.hpp>
Public Member Functions | |
| NullPointerException (const std::string &message="Null pointer access") | |
| Public Member Functions inherited from Sleak::SleakException | |
| SleakException (const std::string &message) | |
| virtual const char * | what () const noexcept override |
Additional Inherited Members | |
| Protected Attributes inherited from Sleak::SleakException | |
| std::string | message_ |
Thrown when code dereferences or accesses through a null pointer.
Definition at line 54 of file Exception.hpp.
|
inline |
Definition at line 56 of file Exception.hpp.