Fawkes API
Fawkes Development Version
|
Lua error exception. More...
#include <lua/exceptions.h>
Public Member Functions | |
LuaErrorException (const char *what, const char *errmsg) | |
Constructor. |
Lua error exception.
Thrown if a runtime error occurs while executing an error handler.
fawkes::LuaErrorException::LuaErrorException | ( | const char * | what, |
const char * | errmsg | ||
) |
Constructor.
what | in what? |
errmsg | error message |
Definition at line 53 of file exceptions.cpp.