Searched refs:VerboseTarIOException (Results 1 – 1 of 1) sorted by relevance
31 * @throws VerboseTarIOException49 … if(!$this->fh) throw new VerboseTarIOException('Could not open file for reading: '.$this->file);75 …if($this->closed || !$this->file) throw new VerboseTarIOException('Can not read from a closed arch…112 * @throws VerboseTarIOException116 …if($this->closed || !$this->file) throw new VerboseTarIOException('Can not read from a closed arch…178 … if(!$fp) throw new VerboseTarIOException('Could not open file for writing: '.$output);209 * @throws VerboseTarIOException231 … if(!$this->fh) throw new VerboseTarIOException('Could not open file for writing: '.$this->file);243 * @throws VerboseTarIOException246 …if($this->closed) throw new VerboseTarIOException('Archive has been closed, files can no longer be…[all …]