LuaError

A Lua exception

Constructors

this
this(Value data)

Construct a new Lua exception

Members

Variables

data
Value data;

The data packaged with this exception

fullstack
Stackframe[] fullstack;

The call stack, as it actually was when this error occurred

stack
Traceframe[] stack;

The call stack, as it was when this error occurred

Meta