UNPKG

182 BTypeScriptView Raw
1import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception';
2export declare class InvalidGrpcPackageException extends RuntimeException {
3 constructor();
4}