UNPKG

@nestjs/microservices

Version:

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

8 lines (7 loc) 216 B
import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception'; /** * @publicApi */ export declare class InvalidGrpcPackageException extends RuntimeException { constructor(name: string); }