Process/Php7.php
[Pman.Core] / Process / Php7.php
index d5f81d0..6c58e8d 100644 (file)
@@ -59,10 +59,16 @@ class Pman_Core_Process_Php7 extends Pman
                 continue;
             }
             
+            if($d == 'Php7.php'){
+                continue;
+            }
+            
 //            require_once implode('/', $route) . "/" . $d;
             
             try {
                 require_once implode('/', $route) . "/" . $d;
+            } catch (ErrorException $ex) {
+                echo $ex->getMessage() . "\n";
             }
             
         }