Skip to content

Engine::Exception

Module: An example game engine

#include <Exception.hpp>

Inherits from exception

Public Functions

Name
Exception() =default
Exception(std::string msg)
const char * what() const override

Public Functions Documentation

function Exception

Exception() =default

function Exception

inline explicit Exception(
    std::string msg
)

function what

inline const char * what() const override

Updated on 2022-10-19 at 22:22:00 +0000