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- Optionalmessage: string
 - Returns URIError
- URIErrorConstructor(message?: string, options?: ErrorOptions): URIError
- Parameters- Optionalmessage: string
- Optionaloptions: ErrorOptions
 - Returns URIError
- URIErrorConstructor(message?: string): Error
- Parameters- Optionalmessage: string
 - Returns Error
- URIErrorConstructor(message?: string, options?: ErrorOptions): Error
- Parameters- Optionalmessage: string
- Optionaloptions: ErrorOptions
 - Returns Error
 Index
Constructors
Properties
 Constructors
constructor
- new URIErrorConstructor(message?: string): URIError
- Parameters- Optionalmessage: string
 - Returns URIError
- new URIErrorConstructor(message?: string, options?: ErrorOptions): URIError
- Parameters- Optionalmessage: string
- Optionaloptions: ErrorOptions
 - Returns URIError
- new URIErrorConstructor(message?: string): Error
- Parameters- Optionalmessage: string
 - Returns Error
- new URIErrorConstructor(message?: string, options?: ErrorOptions): Error
- Parameters- Optionalmessage: string
- Optionaloptions: ErrorOptions
 - Returns Error