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 4ed3066 commit 41e6be9Copy full SHA for 41e6be9
components/process.rst
@@ -363,7 +363,7 @@ a different timeout (in seconds) to the ``setTimeout()`` method::
363
$process->run();
364
365
If the timeout is reached, a
366
-:class:`Symfony\\Component\\Process\\Exception\\RuntimeException` is thrown.
+:class:`Symfony\\Component\\Process\\Exception\\ProcessTimedOutException` is thrown.
367
368
For long running commands, it is your responsibility to perform the timeout
369
check regularly::
0 commit comments