sourceafSizzle::SizzleErr.fan


** As thrown by Sizzle.
const class SizzleErr : Err {
    new make(Str msg := "", Err? cause := null) : super(msg, cause) {}
}