wrenbind17::Exception #
Module: Wrenbind17
#include <exception.hpp>
Inherits from std::exception
Inherited by wrenbind17::BadCast, wrenbind17::CompileError, wrenbind17::NotFound, wrenbind17::RuntimeError
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 17 October 2023 at 12:26:25 UTC