type

FaultErr

@Js
const class FaultErr : Err

FaultErr indicates a software or configuration problem

constructors

make

Construct with message and optional cause

Slot Details

make

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

Construct with message and optional cause