UNPKG

@dappnode/dappnodesdk

Version:

dappnodesdk is a tool to make the creation of new dappnode packages as simple as possible. It helps to initialize and publish in ethereum blockchain

9 lines 312 B
export class ReleaseUploaderConnectionError extends Error { constructor({ ipfsProvider, reason, help }) { super(`Can't connect to ${ipfsProvider}: ${reason}`); this.ipfsProvider = ipfsProvider; this.reason = reason; this.help = help; } } //# sourceMappingURL=errors.js.map