UNPKG

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