Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
DArchive.php29 * @throws ArchiveIOException
66 * @throws ArchiveIOException
85 * @throws ArchiveIOException
94 * @throws ArchiveIOException
DArchiveIOException.php8 class ArchiveIOException extends \Exception class
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('Could not open file for writing: '.$extractto);
[all …]
DTar.php54 * @throws ArchiveIOException
76 throw new ArchiveIOException('Could not open file for reading: '.$this->file);
90 * @throws ArchiveIOException
110 * @throws ArchiveIOException
117 throw new ArchiveIOException('Can not read from a closed archive');
181 * @throws ArchiveIOException
188 throw new ArchiveIOException('Can not read from a closed archive');
194 throw new ArchiveIOException("Could not create directory '$outdir'");
226 throw new ArchiveIOException('Could not open file for writing: '.$output);
260 * @throws ArchiveIOException
[all …]
/dokuwiki/lib/plugins/extension/
DInstaller.php12 use splitbrain\PHPArchive\ArchiveIOException; alias
515 … } catch (ArchiveIOException | ArchiveCorruptedException | ArchiveIllegalCompressionException $e) {