CompileError

Used by compiler's functions to return error

Constructors

this
this(uinteger lineNumber, string errorMessage)
Undocumented in source.

Members

Variables

lineno
uinteger lineno;

The line number on which the error is

msg
string msg;

The error stored in a string

Meta