Thanks to visit codestin.com Credit goes to github.com
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 5b6ff21 commit f40c652Copy full SHA for f40c652
components/http_kernel.rst
@@ -516,7 +516,7 @@ Handling Exceptions: the ``kernel.exception`` Event
516
517
If an exception is thrown at any point inside ``HttpKernel::handle()``, another
518
event - ``kernel.exception`` is thrown. Internally, the body of the ``handle()``
519
-function is wrapped in a try-catch block. When any exception is thrown, the
+method is wrapped in a try-catch block. When any exception is thrown, the
520
``kernel.exception`` event is dispatched so that your system can somehow respond
521
to the exception.
522
0 commit comments