Searched refs:ArchiveIOException (Results 1 – 5 of 5) sorted by relevance
29 * @throws ArchiveIOException66 * @throws ArchiveIOException85 * @throws ArchiveIOException94 * @throws ArchiveIOException
8 class ArchiveIOException extends \Exception class
52 * @throws ArchiveIOException59 throw new ArchiveIOException('Could not open file for reading: '.$this->file);72 * @throws ArchiveIOException91 * @throws ArchiveIOException97 throw new ArchiveIOException('Can not read from a closed archive');131 * @throws ArchiveIOException137 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 …]
54 * @throws ArchiveIOException76 throw new ArchiveIOException('Could not open file for reading: '.$this->file);90 * @throws ArchiveIOException110 * @throws ArchiveIOException117 throw new ArchiveIOException('Can not read from a closed archive');181 * @throws ArchiveIOException188 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 …]
12 use splitbrain\PHPArchive\ArchiveIOException; alias515 … } catch (ArchiveIOException | ArchiveCorruptedException | ArchiveIllegalCompressionException $e) {