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