fawkes::LuaRuntimeException Class Reference
Lua runtime exception. More...
#include <lua/exceptions.h>
Inheritance diagram for fawkes::LuaRuntimeException:

Public Member Functions | |
| LuaRuntimeException (const char *what, const char *errmsg) | |
| Constructor. | |
Detailed Description
Lua runtime exception.Thrown if a runtime error occurs while executing Lua code.
Definition at line 30 of file exceptions.h.
Constructor & Destructor Documentation
| fawkes::LuaRuntimeException::LuaRuntimeException | ( | const char * | what, | |
| const char * | errmsg | |||
| ) |
Constructor.
- Parameters:
-
what in what? errmsg error message
Definition at line 37 of file exceptions.cpp.
The documentation for this class was generated from the following files:
- src/libs/lua/exceptions.h
- src/libs/lua/exceptions.cpp

