![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
A type error triggered when types don't match. More...
#include <Exceptions.hpp>
Public Member Functions | |
| TypeError (const std::string &message) | |
Public Member Functions inherited from Ark::Error | |
| Error (const std::string &message) | |
| virtual std::string | details (bool colorize) const |
A type error triggered when types don't match.
Definition at line 47 of file Exceptions.hpp.
|
inlineexplicit |
Definition at line 50 of file Exceptions.hpp.