8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa3f8a commit a6e0879Copy full SHA for a6e0879
event_dispatcher.rst
@@ -246,7 +246,8 @@ methods could be called before or after the methods defined in other listeners
246
and subscribers. To learn more about event subscribers, read :doc:`/components/event_dispatcher`.
247
248
The following example shows an event subscriber that defines several methods which
249
-listen to the same ``kernel.exception`` event which has an ``ExceptionEvent``::
+listen to the same :ref:`kernel.exception event <component-http-kernel-kernel-exception>`_
250
+via its ``ExceptionEvent`` class::
251
252
// src/EventSubscriber/ExceptionSubscriber.php
253
namespace App\EventSubscriber;
0 commit comments