UNPKG

node-sagas

Version:

Library for handling distributed transactions in the microservices architecture

10 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class SagaCompensationFailed extends Error { constructor(e) { super(e.message); this.stack = e.stack; } } exports.SagaCompensationFailed = SagaCompensationFailed; //# sourceMappingURL=saga-compensation-failed.js.map