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;
}
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
- ErrorConstructor
- EvalErrorConstructor (view full)
- Eval
Error (message?): EvalErrorConstructor Parameters
Optional
message: string
Returns EvalError
- Eval
Error (message?, options?): EvalErrorConstructor Parameters
Optional
message: stringOptional
options: ErrorOptions
Returns EvalError
- Eval
Error (message?): ErrorConstructor Parameters
Optional
message: string
Returns Error
- Eval
Error (message?, options?): ErrorConstructor Parameters
Optional
message: stringOptional
options: ErrorOptions
Returns Error
Index
Constructors
Properties
Constructors
constructor
- new
Eval (message?): EvalErrorError Constructor Parameters
Optional
message: string
Returns EvalError
- new
Eval (message?, options?): EvalErrorError Constructor Parameters
Optional
message: stringOptional
options: ErrorOptions
Returns EvalError
- new
Eval (message?): ErrorError Constructor Parameters
Optional
message: string
Returns Error
- new
Eval (message?, options?): ErrorError Constructor Parameters
Optional
message: stringOptional
options: ErrorOptions
Returns Error