Class OutOfBoundsError

Hierarchy

  • Error
    • OutOfBoundsError

Constructors

Accessors

Constructors

  • Parameters

    • message: string = 'Out of bounds'
    • cause: Error = null

    Returns OutOfBoundsError

Accessors

  • get cause(): Error
  • Returns Error