Current section

Files

Jump to
glua include glua_LuaRuntimeException.hrl
Raw

include/glua_LuaRuntimeException.hrl

-record(lua_runtime_exception, {
exception :: glua:lua_runtime_exception_kind(),
state :: glua:lua()
}).