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 245 B
import EngineError from "./engine-error.js"; export default class DownloadAlreadyStartedError extends EngineError { constructor() { super("Download already started"); } } //# sourceMappingURL=download-already-started-error.js.map