![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
#include <Exceptions.hpp>
Public Member Functions | |
Error (const std::string &message) | |
virtual std::string | details (bool colorize) const |
Definition at line 32 of file Exceptions.hpp.
|
inlineexplicit |
Definition at line 35 of file Exceptions.hpp.
|
inlinenodiscardvirtual |
Reimplemented in Ark::types::TypeCheckingError.
Definition at line 39 of file Exceptions.hpp.
Referenced by Ark::VM::safeRun().