UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

7 lines 233 B
import IpullError from "../../../../../errors/ipull-error.js"; export default class WriterError extends IpullError { constructor(message = "Writer error") { super(message); } } //# sourceMappingURL=writer-error.js.map