#include <lua/exceptions.h>
Inheritance diagram for fawkes::LuaRuntimeException:
Public Member Functions | |
LuaRuntimeException (const char *what, const char *errmsg) | |
Constructor. |
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.