Class MagnitudeError

An error resulting from using a vector that is too small or too large.

Hierarchy

  • Error
    • MagnitudeError

Constructors

Properties

Constructors

  • Create an error resulting from using a vector that is too small or too large.

    Parameters

    • message: string = "The vector is too small or too large."

      The message of the error.

    Returns MagnitudeError

Properties

cause?: unknown
message: string
name: string
stack?: string