logo

const class

compiler::CompilerErr

sys::Obj
  sys::Err
    compiler::CompilerErr

CompilerErr - instances should always be created via CompilerStep.err().

Slots

col

const Int col

Source

file

const Str file

Source

line

const Int line

Source

location

Location location()

Source

make

new make(Str msg, Location location, Err cause := null)

Source