redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
14 lines • 618 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidDirectExchangeParametersError = void 0;
const redis_smq_common_1 = require("redis-smq-common");
class InvalidDirectExchangeParametersError extends redis_smq_common_1.RedisSMQError {
getProps() {
return {
code: 'RedisSMQ.Exchange.InvalidDirectExchangeParameters',
defaultMessage: 'Invalid direct exchange parameters.',
};
}
}
exports.InvalidDirectExchangeParametersError = InvalidDirectExchangeParametersError;
//# sourceMappingURL=invalid-direct-exchange-parameters.error.js.map