Home
last modified time | relevance | path

Searched refs:VerboseTarIOException (Results 1 – 1 of 1) sorted by relevance

/plugin/elwikiupgrade/
DVerboseTarLib.class.php31 * @throws VerboseTarIOException
49 … 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 VerboseTarIOException
116 …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 VerboseTarIOException
231 … if(!$this->fh) throw new VerboseTarIOException('Could not open file for writing: '.$this->file);
243 * @throws VerboseTarIOException
246 …if($this->closed) throw new VerboseTarIOException('Archive has been closed, files can no longer be…
[all …]