#include <LuaExceptions.hpp>


Public Member Functions | |
| LuaTypeError (const char *what) | |
Definition at line 124 of file LuaExceptions.hpp.
| Diluculum::LuaTypeError::LuaTypeError | ( | const char * | what | ) | [inline] |
Constructs a LuaTypeError object.
| what | The message associated with the error. |
Definition at line 130 of file LuaExceptions.hpp.
1.5.9