D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
whatsapp-api
/
node_modules
/
get-uri
/
dist
/
Filename :
http-error.d.ts
back
Copy
/** * Error subclass to use when an HTTP application error has occurred. */ export default class HTTPError extends Error { code: string; statusCode: number; constructor(statusCode: number, message?: string | undefined); }