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).
567567 There are two main listeners to ``kernel.exception `` when using the
568568 Symfony Framework.
569569
570- **ExceptionListener in HttpKernel **
570+ **ExceptionListener in the HttpKernel Component **
571571
572572 The first comes core to the HttpKernel component
573573 and is called :class: `Symfony\\ Component\\ HttpKernel\\ EventListener\\ ExceptionListener `.
@@ -596,10 +596,10 @@ below for more details).
596596 controller to render is passed as a constructor argument to this listener.
597597 This controller will return the final ``Response `` for this error page.
598598
599- **ExceptionListener in Security **
599+ **ExceptionListener in the Security Component **
600600
601601 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 `.
603603 The goal of this listener is to handle security exceptions and, when
604604 appropriate, *help * the user to authenticate (e.g. redirect to the login
605605 page).
You can’t perform that action at this time.
0 commit comments