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