23 #ifndef _LUA_EXCEPTIONS_H_ 24 #define _LUA_EXCEPTIONS_H_ 26 #include <core/exception.h> Fawkes library namespace.
virtual const char * what() const
Get primary string.
LuaErrorException(const char *what, const char *errmsg)
Constructor.
LuaRuntimeException(const char *what, const char *errmsg)
Constructor.
Base class for exceptions in Fawkes.