-
Notifications
You must be signed in to change notification settings - Fork 1
IndexOutOfBounds
Hyomoto edited this page Jun 13, 2021
·
2 revisions
Jump To | Go Back |
Arguments | Methods | Variables |
---|
Implements: Error
Thrown when a call is made to index a data structure that is out of bounds
Name | Type | Purpose |
---|---|---|
_call | undef |
No description |
_index | undef |
No description |
_bounds | undef |
No description |
Jump To | top |
---|
Jump To | top |
---|
Name | Type | Initial | Purpose |
---|---|---|---|
message | undef |
conc( "The provided index(", _index, ") to function "", _call, "" was out of range(size was ", _bounds, ")." ) | No description. |
Devon Mullane 2020