type

UnknownRecErr

@Js
const class UnknownRecErr : Err

UnknownKindErr when a Kind cannot be resolved or parsed

constructors

make

Construct with message and optional cause.

Slot Details

make

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

Construct with message and optional cause.