Skip to content

Commit 1045661

Browse files
docs(filters): rename all exceptions filter #2637
1 parent b756d65 commit 1045661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/exception-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ import {
327327
import { HttpAdapterHost } from '@nestjs/core';
328328

329329
@Catch()
330-
export class AllExceptionsFilter implements ExceptionFilter {
330+
export class CatchEverythingFilter implements ExceptionFilter {
331331
constructor(private readonly httpAdapterHost: HttpAdapterHost) {}
332332

333333
catch(exception: unknown, host: ArgumentsHost): void {

0 commit comments

Comments
 (0)