Skip to content

Commit

Permalink
Update exception-filters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox authored May 25, 2022
1 parent d7b504d commit 7f1f589
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/learn/exception-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ filter generates the following default JSON response:
}
```

!!!info **Hint** Any thrown exception containing the `statusCode` and `message`
!!!info **Hint**
Any thrown exception containing the `statusCode` and `message`
property will be properly populated and send back as a response (instead of the
default `InternalServerError` for unrecognized exceptions). !!!
default `InternalServerError` for unrecognized exceptions).
!!!

#### Built-in HTTP exceptions

Expand Down

0 comments on commit 7f1f589

Please sign in to comment.