LuaException

Thrown on errors encountered during Lua script execution.

Constructors

this
this(int errorCode, string msg, string file, size_t line, Throwable nextInChain)
this
this(string msg, Throwable nextInChain, string file, size_t line)

Members

Variables

errorCode
int errorCode;
Undocumented in source.

Meta