docs.nestjs.com
docs.nestjs.com copied to clipboard
docs(exception-filters): inject HttpAdapterHost to AllExceptionsFilter
inject HttpAdapterHost to AllExceptionsFilter
fix https://github.com/nestjs/nest/issues/8978
PR Checklist
Please check if your PR fulfills the following requirements:
- [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md
PR Type
What kind of change does this PR introduce?
- [x] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [x] Docs
- [ ] Other... Please describe:
What is the current behavior?
Issue Number: https://github.com/nestjs/nest/issues/8978
What is the new behavior?
Document readers will be less confused.
Does this PR introduce a breaking change?
- [ ] Yes
- [x] No
Other information
- https://docs.nestjs.com/exception-filters#catch-everything