type

AxonErr

@Js
abstract const class AxonErr : Err

AxonErr is the base class of SyntaxErr and EvalErr.

constructors

fields

loc

methods

Slot Details

loc

const Loc loc

make

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

toStr

virtual override Str toStr()