Skip to content

Commit 0ae7d76

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fix timeout exception thrown
2 parents 10ae8c5 + 6dce8f1 commit 0ae7d76

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)