UNPKG

@nestjs/microservices

Version:

Nest - modern, fast, powerful node.js web framework (@microservices)

10 lines (9 loc) 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmptyResponseException = void 0; class EmptyResponseException extends Error { constructor(pattern) { super(`Empty response. There are no subscribers listening to that message ("${pattern}")`); } } exports.EmptyResponseException = EmptyResponseException;