|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <Exception.hpp>
Public Member Functions | |
| InvalidIteratorException (const std::string &message="Invalid iterator 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 for invalid iterator use (dereferencing end(), stale iterators, etc.).
Definition at line 30 of file Exception.hpp.
|
inline |
Definition at line 32 of file Exception.hpp.