From 3b3ab44b28b5a45b9f97be80cdb45af25a882926 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 29 Oct 2017 17:42:23 -0400 Subject: [PATCH] catch proper ExecExceptions --- README.md | 2 ++ builder.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6ea59..ab49eba 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ The conspicuously missing config.php looks like: +(you'll need to create the `WORKING_DIR`) + ```php getMessage()); var_dump($e->getCode()); var_dump($e->getOutput());