- import { ApiResponse } from '../interfaces/api-response.interface';
- export declare class ExceptionService {
- getHttpResponse(exception: unknown): ApiResponse<null>;
- private handleHttpException;
- private isClassValidatorException;
- private handleUnknownException;
- private getExceptionCode;
- }
|