UNPKG

@nestjs/microservices

Version:

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

5 lines (4 loc) 178 B
import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception'; export declare class InvalidMessageException extends RuntimeException { constructor(); }