UNPKG

201 BTypeScriptView Raw
1import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception';
2export declare class InvalidKafkaClientTopicException extends RuntimeException {
3 constructor(topic?: string);
4}