UNPKG

@jonaskello-forks/amqp-client

Version:

AMQP 0-9-1 client, both for browsers (WebSocket) and node (TCP Socket)

8 lines 219 B
export class AMQPError extends Error { constructor(message, connection) { super(message); this.name = "AMQPError"; this.connection = connection; } } //# sourceMappingURL=amqp-error.js.map