예제 #1
0
파일: Generator.php 프로젝트: bapcat/tailor
 public function includeFile(File $compiled)
 {
     if ((include $compiled->makeLocal()->full_path) == false) {
         //@TODO
         throw new \Exception("Could not include [{$compiled->path}]");
     }
 }