Repository URL to install this package:
|
Version:
7.0.10 ▾
|
import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception';
export declare class InvalidProtoDefinitionException extends RuntimeException {
constructor();
}