Lua runtime exception. More...
#include <lua/exceptions.h>
Public Member Functions | |
LuaRuntimeException (const char *what, const char *errmsg) | |
Constructor. |
Lua runtime exception.
Thrown if a runtime error occurs while executing Lua code.
Definition at line 30 of file exceptions.h.
fawkes::LuaRuntimeException::LuaRuntimeException | ( | const char * | what, | |
const char * | errmsg | |||
) |
Constructor.
what | in what? | |
errmsg | error message |
Definition at line 37 of file exceptions.cpp.