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

An assertion error, only triggered from ArkScript code through (assert expr error-message) More...

#include <Exceptions.hpp>

+ Inheritance diagram for Ark::AssertionFailed:
+ Collaboration diagram for Ark::AssertionFailed:

Public Member Functions

 AssertionFailed (const std::string &message)
 

Detailed Description

An assertion error, only triggered from ArkScript code through (assert expr error-message)

Definition at line 70 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ AssertionFailed()

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

Definition at line 73 of file Exceptions.hpp.


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