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 ea2b3b0 commit 993f978Copy full SHA for 993f978
components/http_kernel.rst
@@ -509,7 +509,7 @@ Handling Exceptions: the ``kernel.exception`` Event
509
:ref:`Kernel Events Information Table <component-http-kernel-event-table>`
510
511
If an exception is thrown at any point inside ``HttpKernel::handle()``, another
512
-event - ``kernel.exception`` is thrown. Internally, the body of the ``handle()``
+event - ``kernel.exception`` is dispatched. Internally, the body of the ``handle()``
513
method is wrapped in a try-catch block. When any exception is thrown, the
514
``kernel.exception`` event is dispatched so that your system can somehow respond
515
to the exception.
0 commit comments