We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b756d65 commit 1045661Copy full SHA for 1045661
content/exception-filters.md
@@ -327,7 +327,7 @@ import {
327
import { HttpAdapterHost } from '@nestjs/core';
328
329
@Catch()
330
-export class AllExceptionsFilter implements ExceptionFilter {
+export class CatchEverythingFilter implements ExceptionFilter {
331
constructor(private readonly httpAdapterHost: HttpAdapterHost) {}
332
333
catch(exception: unknown, host: ArgumentsHost): void {
0 commit comments