UNPKG

@boost/core

Version:

Robust pipeline for creating dev tools that separate logic into routines and tasks.

11 lines (10 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ExitError extends Error { constructor(message, code) { super(message); this.code = code; this.name = 'ExitError'; } } exports.default = ExitError;