class InternalScannerError
extends ScannerError

Indicates an internal logic error in the scanner implementation.

Constructors

InternalScannerError(
errorMessage: string,
location?: Location
)

Usage

import { InternalScannerError } from ".";