Types

IndexNotFound

Represents an error of out-of-bounds array index.

Parent types

Direct children types

Example

a = [10,20,30]
echo(a[100])
# ... Exception of type IndexNotFound ...

Methods

init(e:IndexNotFound, message:Str, container:Any, key:Any)
IndexNotFound exception constructor