ArkScript
A small, fast, functional and scripting language for video games
Ark::TypeError Class Reference

A type error triggered when types don't match. More...

#include <Exceptions.hpp>

+ Inheritance diagram for Ark::TypeError:
+ Collaboration diagram for Ark::TypeError:

Public Member Functions

 TypeError (const std::string &message)
 

Detailed Description

A type error triggered when types don't match.

Definition at line 28 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ TypeError()

Ark::TypeError::TypeError ( const std::string &  message)
inlineexplicit

Definition at line 31 of file Exceptions.hpp.


The documentation for this class was generated from the following file: