@bitwild/rockets
Version:
Rockets - Core server functionality for NestJS applications with built-in authentication, user management, and API scaffolding
10 lines • 504 B
TypeScript
import { ExceptionInterface } from '@concepta/nestjs-common';
import { ArgumentsHost } from '@nestjs/common';
import { HttpAdapterHost } from '@nestjs/core';
export declare const ERROR_MESSAGE_FALLBACK = "Internal Server Error";
export declare class ExceptionsFilter implements ExceptionsFilter {
private readonly httpAdapterHost;
constructor(httpAdapterHost: HttpAdapterHost);
catch(exception: ExceptionInterface, host: ArgumentsHost): void;
}
//# sourceMappingURL=exceptions.filter.d.ts.map