From: Edward Date: Wed, 21 Nov 2018 08:56:36 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=65e12ca27563c1f96ffbc2b2b07c6873bc75bbdf Process/Php7.php --- diff --git a/Process/Php7.php b/Process/Php7.php index 712cafec..9bb0e4ef 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -49,14 +49,7 @@ class Pman_Core_Process_Php7 extends Pman continue; } - try { - include_once implode('/', $route) . "/" . $d; - } catch(Exception $e) { - echo "Message : " . $e->getMessage() . "\n"; - echo "Code : " . $e->getCode() . "\n"; - } - - + require_once implode('/', $route) . "/" . $d; }