Skip to content

Commit f275b79

Browse files
committed
minor #15335 [HttpKernel] Minor Fix (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [HttpKernel] Minor Fix <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- f40c652 [HttpKernel] Minor Fix
2 parents 5b6ff21 + f40c652 commit f275b79

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)