|
Diluculum
1.0
|
A Lua run-time error. More...
#include <LuaExceptions.hpp>


Public Member Functions | |
| LuaRunTimeError (const char *what) | |
A Lua run-time error.
Definition at line 52 of file LuaExceptions.hpp.
| Diluculum::LuaRunTimeError::LuaRunTimeError | ( | const char * | what | ) | [inline] |
Constructs a LuaRunTimeError object.
| what | The message associated with the error. Typically will be the error message issued by the Lua interpreter. |
Definition at line 59 of file LuaExceptions.hpp.
1.7.5.1