Class SyntaxError

Hierarchy

  • Error
    • SyntaxError

Constructors

Properties

Constructors

  • Parameters

    • message: string

      The error message

    • line: number

      The line where the error occurred

    • column: number

      The column where the error occurred

    Returns SyntaxError

Properties

column: number

The column where the error occurred.

line: number

The line where the error occurred.