UNPKG

onchain-pulsar

Version:

A package that natively supports pulsar api

10 lines (8 loc) 303 B
class PulsarFlexBrokerTimeoutError extends Error { constructor({ host, port }) { super(); this.message = `Timed out while waiting for command connect to host: ${host} port:${port}`; this.name = 'PulsarFlexBrokerTimeoutError'; } } module.exports = PulsarFlexBrokerTimeoutError;