interface SyntaxError {
    cause?: unknown;
    message: string;
    name: string;
    stack?: string;
}

Hierarchy-Diagram

UML class diagram of SyntaxError
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy (view full)

Properties

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