ImmutableVectorException
Defined in: src/lib/math.ts:29
An exception thrown when attempting to mutate an immutable vector.
Extends
Error
Constructors
Constructor
new ImmutableVectorException(operation: string): ImmutableVectorException;
Defined in: src/lib/math.ts:31
Parameters
| Parameter | Type |
|---|---|
operation | string |
Returns
ImmutableVectorException
Overrides
Error.constructor
Properties
| Property | Type | Default value | Overrides | Defined in |
|---|---|---|---|---|
name | string | "ImmutableVectorException" | Error.name | src/lib/math.ts:30 |