ImmutableVectorException
Defined in: src/lib/math.ts:33
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:35
Parameters
| Parameter | Type |
|---|---|
operation | string |
Returns
ImmutableVectorException
Overrides
Error.constructorProperties
| Property | Type | Default value | Overrides | Defined in |
|---|---|---|---|---|
name | string | "ImmutableVectorException" | Error.name | src/lib/math.ts:34 |