UNPKG

cc-zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

13 lines (12 loc) 252 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;