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