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