Skip to content

Commit 8fa89af

Browse files
Update content/exception-filters.md
1 parent e70b1f0 commit 8fa89af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/exception-filters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ export class AllExceptionsFilter implements ExceptionFilter {
348348
```
349349

350350
> warning **Warning** When combining an exception filter that catches everything with a filter that is bound to a specific type, the "Catch anything" filter should be declared first to allow the specific filter to correctly handle the bound type.
351+
351352
#### Inheritance
352353

353354
Typically, you'll create fully customized exception filters crafted to fulfill your application requirements. However, there might be use-cases when you would like to simply extend the built-in default **global exception filter**, and override the behavior based on certain factors.

0 commit comments

Comments
 (0)