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

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

#include <Exceptions.hpp>

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

Public Member Functions

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

Detailed Description

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

Definition at line 72 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ AssertionFailed()

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

Definition at line 75 of file Exceptions.hpp.


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