#include <LuaExceptions.hpp>

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