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

SyntaxError thrown by the lexer. More...

#include <Exceptions.hpp>

+ Inheritance diagram for Ark::SyntaxError:
+ Collaboration diagram for Ark::SyntaxError:

Public Member Functions

 SyntaxError (const std::string &message)
 

Detailed Description

SyntaxError thrown by the lexer.

Definition at line 82 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ SyntaxError()

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

Definition at line 85 of file Exceptions.hpp.


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