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