#include <LuaExceptions.hpp>


Public Member Functions | |
| LuaSyntaxError (const char *what) | |
Definition at line 81 of file LuaExceptions.hpp.
| Diluculum::LuaSyntaxError::LuaSyntaxError | ( | const char * | what | ) | [inline] |
Constructs a LuaSyntaxError object.
| what | The message associated with the error. Typically will be the error message issued by the Lua interpreter. |
Definition at line 88 of file LuaExceptions.hpp.
1.5.9