logo

const class

sys::IndexErr

sys::Obj
  sys::Err
    sys::IndexErr

IndexErr indicates an attempt to access an invalid index in a List.

Slots

make

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

Construct with specified error message and optional root cause.

Source

More Info

Slots