UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

8 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventBusNotConnectedError = void 0; const event_bus_error_js_1 = require("./event-bus.error.js"); class EventBusNotConnectedError extends event_bus_error_js_1.EventBusError { } exports.EventBusNotConnectedError = EventBusNotConnectedError; //# sourceMappingURL=event-bus-not-connected.error.js.map