Interface EvalErrorConstructor
interface EvalErrorConstructor {
new EvalErrorConstructor(message?: string): EvalError;
new EvalErrorConstructor(
message?: string,
options?: ErrorOptions,
): EvalError;
new EvalErrorConstructor(message?: string): Error;
new EvalErrorConstructor(message?: string, options?: ErrorOptions): Error;
prototype: EvalError;
(message?: string): EvalError;
(message?: string, options?: ErrorOptions): EvalError;
(message?: string): Error;
(message?: string, options?: ErrorOptions): Error;
}
new EvalErrorConstructor(message?: string): EvalError;
new EvalErrorConstructor(
message?: string,
options?: ErrorOptions,
): EvalError;
new EvalErrorConstructor(message?: string): Error;
new EvalErrorConstructor(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 Summary)
- EvalErrorConstructor(message?: string): EvalError
Parameters
Optional
message: string
Returns EvalError
- EvalErrorConstructor(message?: string, options?: ErrorOptions): EvalError
Parameters
Optional
message: stringOptional
options: ErrorOptions
Returns EvalError
- EvalErrorConstructor(message?: string): Error
Parameters
Optional
message: string
Returns Error
- EvalErrorConstructor(message?: string, options?: ErrorOptions): Error
Parameters
Optional
message: stringOptional
options: ErrorOptions
Returns Error
Index
Constructors
Properties
Constructors
constructor
- new EvalErrorConstructor(message?: string): EvalError
Parameters
Optional
message: string
Returns EvalError
- new EvalErrorConstructor(message?: string, options?: ErrorOptions): EvalError
Parameters
Optional
message: stringOptional
options: ErrorOptions
Returns EvalError
- new EvalErrorConstructor(message?: string): Error
Parameters
Optional
message: string
Returns Error
- new EvalErrorConstructor(message?: string, options?: ErrorOptions): Error
Parameters
Optional
message: stringOptional
options: ErrorOptions
Returns Error