Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:08:01 +0000 (17:08 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:08:01 +0000 (17:08 +0800)
Process/Php7.php

index 47a1be7..d5f81d0 100644 (file)
@@ -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.";
             }
             
         }