Skip to content

Commit 27bd166

Browse files
Success GoSuccess Go
authored andcommitted
[HttpKernel] Fix method name in doc comments
1 parent 942ac3f commit 27bd166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Event/ExceptionEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* current request. The propagation of this event is stopped as soon as a
2222
* response is set.
2323
*
24-
* You can also call setException() to replace the thrown exception. This
24+
* You can also call setThrowable() to replace the thrown exception. This
2525
* exception will be thrown if no response is set during processing of this
2626
* event.
2727
*

0 commit comments

Comments
 (0)