We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8835d9 commit 4345e08Copy full SHA for 4345e08
components/process.rst
@@ -331,7 +331,7 @@ a different timeout (in seconds) to the ``setTimeout()`` method::
331
$process->run();
332
333
If the timeout is reached, a
334
-:class:`Symfony\\Component\\Process\\Exception\\RuntimeException` is thrown.
+:class:`Symfony\\Component\\Process\\Exception\\ProcessTimedOutException` is thrown.
335
336
For long running commands, it is your responsibility to perform the timeout
337
check regularly::
0 commit comments