Interface EvalErrorConstructor

    interface EvalErrorConstructor {
        new EvalErrorConstructornew (message?: string): EvalError;
        new EvalErrorConstructornew (message?: string, options?: ErrorOptions): EvalError;
        new EvalErrorConstructornew (message?: string): Error;
        new EvalErrorConstructornew (message?: string, options?: ErrorOptions): Error;
        prototype: EvalError;
        (message?: string): EvalError;
        (message?: string, options?: ErrorOptions): EvalError;
        (message?: string): Error;
        (message?: string, options?: ErrorOptions): Error;
    }
    Hierarchy
    • Parameters

      • Optionalmessage: string

      Returns EvalError

    • Parameters

      Returns EvalError

    • Parameters

      • Optionalmessage: string

      Returns Error

    • Parameters

      Returns Error

    Constructors

    Properties

    Constructors

    Properties

    prototype: EvalError