UNPKG

@rafikidota/eidolon

Version:

Sometimes, the best way to solve your own problems is to help someone else.

6 lines (5 loc) 270 B
import { RpcException } from '@nestjs/microservices'; import { HttpExceptionOptions } from '@nestjs/common'; export declare class BadRequestRpcException extends RpcException { constructor(objectOrError?: any, descriptionOrOptions?: string | HttpExceptionOptions); }