UNPKG

@niur/nestjs-service-bus

Version:

NestJS Azure Service Bus Microservice Transport

8 lines (6 loc) 241 B
import { RuntimeException } from "@nestjs/core/errors/exceptions/runtime.exception"; export class InvalidMessageException extends RuntimeException { constructor() { super(`The invalid data or message pattern (undefined/null)`); } }