|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <Exception.hpp>
Public Member Functions | |
| InvalidArgumentException (const std::string &message="Invalid argument operation") | |
| 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 a function receives an argument it can't work with.
Definition at line 38 of file Exception.hpp.
|
inline |
Definition at line 40 of file Exception.hpp.