8000 Update ExceptionEvent.php · symfony/symfony@4e45d2d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4e45d2d

Browse files
Update ExceptionEvent.php
1 parent c72f853 commit 4e45d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Event/ExceptionEvent.php

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

0 commit comments

Comments
 (0)
0