|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <Exception.hpp>
Public Member Functions | |
| EmptyContainerException (const std::string &message="Container is empty") | |
| 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 by operations that require at least one element (e.g. Stack::top on an empty stack).
Definition at line 46 of file Exception.hpp.
|
inline |
Definition at line 48 of file Exception.hpp.