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