hyperlark (TypeScript)
    Preparing search index...

    Interface ErrorClasses

    The typed-error class constructors, for instanceof checks against the exact classes this library throws.

    interface ErrorClasses {
        ConfigurationError: ErrorCtor<ConfigurationError>;
        DedentError: ErrorCtor<DedentError>;
        GrammarError: ErrorCtor<GrammarError>;
        LarkError: ErrorCtor<LarkError>;
        ParseError: ErrorCtor<ParseError>;
        UnexpectedCharacters: ErrorCtor<UnexpectedCharacters>;
        UnexpectedEOF: ErrorCtor<UnexpectedEOF>;
        UnexpectedInput: ErrorCtor<UnexpectedInput>;
        UnexpectedToken: ErrorCtor<UnexpectedToken>;
    }
    Index
    ConfigurationError: ErrorCtor<ConfigurationError>
    DedentError: ErrorCtor<DedentError>
    GrammarError: ErrorCtor<GrammarError>
    LarkError: ErrorCtor<LarkError>
    ParseError: ErrorCtor<ParseError>
    UnexpectedCharacters: ErrorCtor<UnexpectedCharacters>
    UnexpectedEOF: ErrorCtor<UnexpectedEOF>
    UnexpectedInput: ErrorCtor<UnexpectedInput>
    UnexpectedToken: ErrorCtor<UnexpectedToken>