type

FatalBuildErr

src const class FatalBuildErr : Err

FatalBuildErr is thrown to immediately terminate the current build script.

constructors

Slot Details

make

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