minor #39073 [HttpKernel] Update doc block on ExceptionEvent (noniagriconomie)

This PR was merged into the 4.4 branch.

Discussion
----------

[HttpKernel] Update doc block on ExceptionEvent

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | Doc Fix
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Related to the code https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php#L63

Commits
-------

4e45d2da3b Update ExceptionEvent.php
This commit is contained in:
Alexander M. Turek 2020-11-13 14:02:52 +01:00
commit 7fba1e55c4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace Symfony\Component\HttpKernel\Event;
* current request. The propagation of this event is stopped as soon as a
* response is set.
*
* You can also call setException() to replace the thrown exception. This
* You can also call setThrowable() to replace the thrown exception. This
* exception will be thrown if no response is set during processing of this
* event.
*