UNPKG

220 BTypeScriptView Raw
1import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception';
2/**
3 * @publicApi
4 */
5export declare class InvalidProtoDefinitionException extends RuntimeException {
6 constructor(path: string);
7}