Example #1
0
 public function includeFile(File $compiled)
 {
     if ((include $compiled->makeLocal()->full_path) == false) {
         //@TODO
         throw new \Exception("Could not include [{$compiled->path}]");
     }
 }