UNPKG

redis-smq

Version:

A simple high-performance Redis message queue for Node.js.

8 lines 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfigurationNamespaceError = void 0; const configuration_error_js_1 = require("./configuration.error.js"); class ConfigurationNamespaceError extends configuration_error_js_1.ConfigurationError { } exports.ConfigurationNamespaceError = ConfigurationNamespaceError; //# sourceMappingURL=configuration-namespace.error.js.map