IndexErr
const class IndexErr : Err
IndexErr indicates an attempt to access an invalid index in a List.
Construct with specified error message and optional root cause
new make(Str msg, Err? cause)
Construct with specified error message and optional root cause.