import { RuntimeException } from'@nestjs/core/internal';
exportclassInvalidGrpcPackageDefinitionMutexExceptionextendsRuntimeException {
constructor() {
super(`Invalid gRPC configuration. Both protoPath and packageDefinition cannot be defined at the same time.`);
}
}