Skip to content

Commit cc5ec76

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [HttpKernel] Minor Fix
2 parents 8e79ca4 + f275b79 commit cc5ec76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ Handling Exceptions: the ``kernel.exception`` Event
516516

517517
If an exception is thrown at any point inside ``HttpKernel::handle()``, another
518518
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
519+
method is wrapped in a try-catch block. When any exception is thrown, the
520520
``kernel.exception`` event is dispatched so that your system can somehow respond
521521
to the exception.
522522

0 commit comments

Comments
 (0)