OutOfBoundsException
Defined in: src/lib/math.ts:9
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:11
Parameters
| Parameter | Type |
|---|---|
index | number |
Returns
OutOfBoundsException
Overrides
Error.constructor
Properties
| Property | Type | Default value | Overrides | Defined in |
|---|---|---|---|---|
name | string | "OutOfBoundsException" | Error.name | src/lib/math.ts:10 |