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: content/exception-filters.md
+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
@@ -15,7 +15,7 @@ Out of the box, this action is performed by a built-in **global exception filter
15
15
}
16
16
```
17
17
18
-
> info **Hint** The global exception filter partially supports the `http-errors` library. Basically, any thrown exception containing the `statusCode` and `message`property will be properly populated and send back as a response (instead of the default `InternalServerErrorException` for unrecognized exceptions).
18
+
> info **Hint** The global exception filter partially supports the `http-errors` library. Basically, any thrown exception containing the `statusCode` and `message`properties will be properly populated and sent back as a response (instead of the default `InternalServerErrorException` for unrecognized exceptions).
0 commit comments