IndexError constructor
- @Deprecated("Use IndexError.withLength instead.")
Creates a new IndexError stating that invalidValue
is not a valid index
into indexable
.
The length
is the length of indexable
at the time of the error.
If length
is omitted, it defaults to indexable.length
.
The message is used as part of the string representation of the error.
Implementation
IndexError