Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php29 * @throws ArchiveIOException
66 * @throws ArchiveIOException
85 * @throws ArchiveIOException
94 * @throws ArchiveIOException
H A DArchiveIOException.php8 class ArchiveIOException extends \Exception class
H A DTar.php50 * @throws ArchiveIOException
72 throw new ArchiveIOException('Could not open file for reading: '.$this->file);
85 * @throws ArchiveIOException
105 * @throws ArchiveIOException
112 throw new ArchiveIOException('Can not read from a closed archive');
151 * @throws ArchiveIOException
158 throw new ArchiveIOException('Can not read from a closed archive');
164 throw new ArchiveIOException("Could not create directory '$outdir'");
196 throw new ArchiveIOException('Could not open file for writing: '.$output);
230 * @throws ArchiveIOException
[all...]
H A DZip.php52 * @throws ArchiveIOException
59 throw new ArchiveIOException('Could not open file for reading: '.$this->file);
72 * @throws ArchiveIOException
91 * @throws ArchiveIOException
97 throw new ArchiveIOException('Can not read from a closed archive');
131 * @throws ArchiveIOException
137 throw new ArchiveIOException('Can not read from a closed archive');
191 throw new ArchiveIOException('Could not open file for writing: '.$extractto);
232 throw new ArchiveIOException('Failed file extracting. gzip support missing?');
236 throw new ArchiveIOException('Coul
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php14 use splitbrain\PHPArchive\ArchiveIOException;
1205 } catch (ArchiveIOException $e) {
1215 } catch (ArchiveIOException $e) {