const class sys::UnknownSlotErr

sys::Obj
  sys::Err
    sys::UnknownSlotErr

Source

UnknownSlotErr indicates an attempt to access a non-existent slot.

make

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

Source

Construct with specified error message and optional root cause.