const class compilerDoc::DocErr

sys::Obj
  sys::Err
    compilerDoc::DocErr

Source

DocErr models errors and their locations during doc compilation.

loc

const DocLoc loc

Source

Location of the error

make

new make(Str msg, DocLoc loc, Err? cause := null)

Source

Constructor with message, location, and optional cause