Skip to content

IndexOutOfBounds

Hyomoto edited this page Jun 13, 2021 · 2 revisions
Jump To Go Back Arguments Methods Variables

IndexOutOfBounds( _call, _index, _bounds )

Implements: Error

Thrown when a call is made to index a data structure that is out of bounds

Arguments

Name Type Purpose
_call undef No description
_index undef No description
_bounds undef No description

Methods

Jump To top

Variables

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.
Clone this wiki locally