8000 Merge branch '4.4' · symfony/symfony-docs@766aa0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 766aa0b

Browse files
committed
Merge branch '4.4'
* 4.4: Fix timeout exception thrown
2 parents 9f8385b + 0ae7d76 commit 766aa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ a different timeout (in seconds) to the ``setTimeout()`` method::
363363
$process->run();
364364

365365
If the timeout is reached, a
366-
:class:`Symfony\\Component\\Process\\Exception\\RuntimeException` is thrown.
366+
:class:`Symfony\\Component\\Process\\Exception\\ProcessTimedOutException` is thrown.
367367

368368
For long running commands, it is your responsibility to perform the timeout
369369
check regularly::

0 commit comments

Comments
 (0)
0