type

EvalErr

@Js
const class EvalErr : AxonErr

EvalErr is thrown during the evaluation phase.

constructors

fields

axonTrace

Axon trace of call stack and scope variables

Slot Details

axonTrace

const Str axonTrace

Axon trace of call stack and scope variables

make

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