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

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

#include <Exceptions.hpp>

Inheritance diagram for Ark::TypeError:
[legend]
Collaboration diagram for Ark::TypeError:
[legend]

Public Member Functions

 TypeError (const std::string &message)
 
- Public Member Functions inherited from Ark::Error
 Error (const std::string &message)
 

Detailed Description

A type error triggered when types don't match.

Definition at line 44 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ TypeError()

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

Definition at line 47 of file Exceptions.hpp.


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