UNPKG

@nestjs/microservices

Version:

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

5 lines (4 loc) 206 B
import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception'; export declare class InvalidTcpDataReceptionException extends RuntimeException { constructor(err: string | Error); }