|
Diluculum
1.0
|
An error related to types when doing some Lua-related processing. More...
#include <LuaExceptions.hpp>


Public Member Functions | |
| LuaTypeError (const char *what) | |
An error related to types when doing some Lua-related processing.
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.7.5.1