File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ The most common way to listen to an event is to register an **event listener**::
6464
6565 Each event receives a slightly different type of ``$event `` object. For
6666 the ``kernel.exception `` event, it is :class: `Symfony\\ Component\\ HttpKernel\\ Event\\ GetResponseForExceptionEvent `.
67- To see what type of object each event listener receives, see :class: ` Symfony \\ Component \\ HttpKernel \\ KernelEvents `
68- or the documentation about the specific event you're listening to .
67+ Check out the :doc: ` Symfony events reference < /reference/events >` to see
68+ what type of object each event provides .
6969
7070Now that the class is created, you just need to register it as a service and
7171notify Symfony that it is a "listener" on the ``kernel.exception `` event by
You can’t perform that action at this time.
0 commit comments