Skip to main content

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

ParameterType
operationstring

Returns

ImmutableVectorException

Overrides

Error.constructor

Properties

PropertyTypeDefault valueOverridesDefined in
namestring"ImmutableVectorException"Error.namesrc/lib/math.ts:30