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