Interface URIErrorConstructor

    interface URIErrorConstructor {
        new URIErrorConstructornew (message?: string): URIError;
        new URIErrorConstructornew (message?: string, options?: ErrorOptions): URIError;
        new URIErrorConstructornew (message?: string): Error;
        new URIErrorConstructornew (message?: string, options?: ErrorOptions): Error;
        prototype: URIError;
        (message?: string): URIError;
        (message?: string, options?: ErrorOptions): URIError;
        (message?: string): Error;
        (message?: string, options?: ErrorOptions): Error;
    }
    Hierarchy
    • Parameters

      • Optionalmessage: string

      Returns URIError

    • Parameters

      Returns URIError

    • Parameters

      • Optionalmessage: string

      Returns Error

    • Parameters

      Returns Error

    Constructors

    Properties

    Constructors

    Properties

    prototype: URIError