ScriptException

This represents an exception thrown by throw x; inside the script as it is interpreted.

Constructors

this
this(var payload, int lineNumber, string file, size_t line)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lineNumber
int lineNumber;
payload
var payload;

Meta