From b327ba8ba851a4ee1fc6d6283e08cac25d150a52 Mon Sep 17 00:00:00 2001 From: Benjamin Hubert Date: Fri, 9 Mar 2018 11:39:07 +0100 Subject: [PATCH] Fixing a typo on the mustRun method --- components/process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/process.rst b/components/process.rst index fb789297527..abf91f4aec4 100644 --- a/components/process.rst +++ b/components/process.rst @@ -106,7 +106,7 @@ with a non-zero code):: echo $process->getOutput(); } catch (ProcessFailedException $exception) { - echo $e->getMessage(); + echo $exception->getMessage(); } Getting real-time Process Output