GeneralError

For reporting a compiler error.

class GeneralError : Problem {}

Inherited Members

From Problem

column
uint column;

Cache variable for column.

getMsg
cstring getMsg()

Returns the message.

loc
size_t loc()

Returns the line of code.

col
size_t col()

Returns the column.

filePath
cstring filePath()

Returns the file path.

Meta