type

UnknownNameErr

@Js
const class UnknownNameErr : Err

UnknownNameErr is thrown when Dict.trap or Grid.col fails to resolve a name.

constructors

make

Construct with message and optional cause.

Slot Details

make

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

Construct with message and optional cause.