Fawkes API
Fawkes Development Version
|
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.
fawkes::LuaRuntimeException::LuaRuntimeException | ( | const char * | what, |
const char * | errmsg | ||
) |
Constructor.
what | in what? |
errmsg | error message |
Definition at line 37 of file exceptions.cpp.