type

SyntaxErr

@Js
const class SyntaxErr : AxonErr

SyntaxErr is thrown during parse phase.

constructors

Slot Details

make

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