logo

const class

sys::UnknownSlotErr

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

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

Slots

make

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

Construct with specified error message and optional root cause.

Source

More Info

Slots