UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

11 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ScriptError extends Error { constructor({ message, stack }, cb) { super(message); this.stack = stack; this.cb = cb; } } exports.default = ScriptError; //# sourceMappingURL=ScriptError.js.map