Process/Php7.php
[Pman.Core] / 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.";
             }
             
         }