From: Edward Date: Wed, 21 Nov 2018 09:08:01 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=01f313b301722f2eb1df5d0ffe02287194e5d098 Process/Php7.php --- diff --git a/Process/Php7.php b/Process/Php7.php index 47a1be7e..d5f81d0c 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -63,8 +63,6 @@ class Pman_Core_Process_Php7 extends Pman try { require_once implode('/', $route) . "/" . $d; - } catch (ErrorException $ex) { - echo "Unable to load configuration file."; } }