Skip to content

Commit 370d2d1

Browse files
committed
Fully qualified classname-fix
1 parent 008f1e1 commit 370d2d1

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
@@ -28,7 +28,7 @@ a command in a sub-process::
2828
$process->setTimeout(3600);
2929
$process->run();
3030
if (!$process->isSuccessful()) {
31-
throw new RuntimeException($process->getErrorOutput());
31+
throw new \RuntimeException($process->getErrorOutput());
3232
}
3333

3434
print $process->getOutput();

0 commit comments

Comments
 (0)