File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ below for more details).
567
567
There are two main listeners to ``kernel.exception `` when using the
568
568
Symfony Framework.
569
569
570
- **ExceptionListener in HttpKernel **
570
+ **ExceptionListener in the HttpKernel Component **
571
571
572
572
The first comes core to the HttpKernel component
573
573
and is called :class: `Symfony\\ Component\\ HttpKernel\\ EventListener\\ ExceptionListener `.
@@ -596,10 +596,10 @@ below for more details).
596
596
controller to render is passed as a constructor argument to this listener.
597
597
This controller will return the final ``Response `` for this error page.
598
598
599
- **ExceptionListener in Security **
599
+ **ExceptionListener in the Security Component **
600
600
601
601
The other important listener is the
602
- :class: `Symfony\\ Component\\ Security\\ Http\\ Firewall\\ ExceptionListener ` comes from the Security component .
602
+ :class: `Symfony\\ Component\\ Security\\ Http\\ Firewall\\ ExceptionListener `.
603
603
The goal of this listener is to handle security exceptions and, when
604
604
appropriate, *help * the user to authenticate (e.g. redirect to the login
605
605
page).
You can’t perform that action at this time.
0 commit comments