UNPKG

compd

Version:

Run a command under a docker-compose setup

10 lines (9 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RetryLimitError = void 0; class RetryLimitError extends Error { constructor(msg) { super(msg !== null && msg !== void 0 ? msg : "Retry limit exceeded"); } } exports.RetryLimitError = RetryLimitError;