Home
last modified time | relevance | path

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

/plugin/upgrade/myvendor/splitbrain/php-archive/src/
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 …]
DArchive.php29 * @throws ArchiveIOException
66 * @throws ArchiveIOException
85 * @throws ArchiveIOException
94 * @throws ArchiveIOException
DArchiveIOException.php8 class ArchiveIOException extends \Exception class
/plugin/dev/www/
DPluginWizard.php7 use splitbrain\PHPArchive\ArchiveIOException; alias
14 * @throws ArchiveIOException
/plugin/archivegenerator/
Dadmin.php87 } catch (\splitbrain\PHPArchive\ArchiveIOException $e) {
383 } catch (\splitbrain\PHPArchive\ArchiveIOException $e) {
/plugin/upgrade/
Ddeleted.files52 vendor/splitbrain/php-archive/src/ArchiveIOException.php
/plugin/odt/ODT/
DODTExport.php152 } catch (\splitbrain\PHPArchive\ArchiveIOException $e) {
DODTImport.php884 } catch (\splitbrain\PHPArchive\ArchiveIOException $e) {
/plugin/backup/
Dadmin.php157 } catch (\splitbrain\PHPArchive\ArchiveIOException $e) {