UNPKG

@boost/core

Version:

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

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