@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface ErrorConstructor

    interface ErrorConstructor {
        new ErrorConstructor(message?: string): Error;
        prototype: Error;
        (message?: string): Error;
    }
    • Parameters

      • Optionalmessage: string

      Returns Error

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalmessage: string

      Returns Error

    Properties

    prototype: Error