OutOfBoundsException
Defined in: src/lib/math.ts:13
An exception thrown when an index is out of bounds.
Extends
Error
Constructors
Constructor
new OutOfBoundsException(index: number): OutOfBoundsException;Defined in: src/lib/math.ts:15
Parameters
| Parameter | Type |
|---|---|
index | number |
Returns
OutOfBoundsException
Overrides
Error.constructorProperties
| Property | Type | Default value | Overrides | Defined in |
|---|---|---|---|---|
name | string | "OutOfBoundsException" | Error.name | src/lib/math.ts:14 |