You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-includes/getting-started-use/javascript.nestjs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,4 +96,4 @@ export class ExampleExceptionFilter extends BaseExceptionFilter {
96
96
```
97
97
98
98
By default, only unhandled exceptions that are not caught by an error filter are reported to Sentry.
99
-
`HttpException`s also are not captured by default because they mostly act as control flow vehicles.
99
+
`HttpException`s (including [derivatives](https://docs.nestjs.com/exception-filters#built-in-http-exceptions)) are also not captured by default because they mostly act as control flow vehicles.
0 commit comments