UNPKG

@nestjs/microservices

Version:

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

9 lines (8 loc) 209 B
/** * @publicApi */ export class EmptyResponseException extends Error { constructor(pattern) { super(`Empty response. There are no subscribers listening to that message ("${pattern}")`); } }