docs.nestjs.com icon indicating copy to clipboard operation
docs.nestjs.com copied to clipboard

docs(exception-filters): inject HttpAdapterHost to AllExceptionsFilter

Open civilizeddev opened this issue 2 years ago • 0 comments

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

civilizeddev avatar Aug 13 '22 10:08 civilizeddev