const class sys::IndexErr

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

Source

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

make

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

Source

Construct with specified error message and optional root cause.