D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
bare-url
/
lib
/
Filename :
errors.d.ts
back
Copy
interface URLError extends Error { readonly code: string readonly input?: string } declare class URLError extends Error { private constructor() } export = URLError