Engine::Exception Class Reference An example game engine / Exception
Defined in header <src/Exception.hpp>
class Exception;
Inherits from std::exception
Member Functions | Description |
---|---|
(constructor) | (function) |
what const override | (function) |
Defined in header <src/Exception.hpp>
Exception() = default;
explicit Exception(std::string msg);
Exception Safety
Basic exception guarantee.
Defined in header <src/Exception.hpp>
const char *
what() const override;
Exception Safety
Basic exception guarantee.
Updated on 2023-04-03