UNPKG

@biorate/rdkafka

Version:
11 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RDKafkaProducerStreamCantConnectError = void 0; const errors_1 = require("@biorate/errors"); class RDKafkaProducerStreamCantConnectError extends errors_1.BaseError { constructor(e) { super(`Can't connect to ProducerStream: [%s]`, [e.message]); } } exports.RDKafkaProducerStreamCantConnectError = RDKafkaProducerStreamCantConnectError; //# sourceMappingURL=producer-stream.js.map