UNPKG

@nestjs/microservices

Version:

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

7 lines (6 loc) 288 B
import { RuntimeException } from '@nestjs/core/internal'; export class InvalidGrpcPackageDefinitionMutexException extends RuntimeException { constructor() { super(`Invalid gRPC configuration. Both protoPath and packageDefinition cannot be defined at the same time.`); } }