class

EvalErr

@Js
const class EvalErr : AxonErr

EvalErr is thrown during the evaluation phase.

constructors make

fields axonTrace

Axon trace of call stack and scope variables

methods meta

Pass thru meta from cause if available

axonTrace const Str : axonTrace

Axon trace of call stack and scope variables

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

meta virtual Dict meta()

Pass thru meta from cause if available

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST