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