Vinyl
    Preparing search index...

    Interface GlobalErrorHandler

    interface GlobalErrorHandler {
        addRange(range: CodeRange): boolean;
    }

    Implemented by

    Index

    Methods

    Methods

    • Adds the given code range to be included with uncaught error handling.

      Parameters

      Returns boolean

      Returns true if the range was added.