Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchiveCorruptedException.php8 class ArchiveCorruptedException extends \Exception class
H A DTar.php86 * @throws ArchiveCorruptedException
106 * @throws ArchiveCorruptedException
152 * @throws ArchiveCorruptedException
266 * @throws ArchiveCorruptedException when the file changes while reading it, the archive will be corrupt and should be deleted
308 throw new ArchiveCorruptedException("The size of $file changed while reading, archive corrupted. read $read expected ".$fileinfo->getSize());
581 * @throws ArchiveCorruptedException
586 throw new ArchiveCorruptedException('Unexpected length of header');
605 throw new ArchiveCorruptedException('Failed to parse header');
610 throw new ArchiveCorruptedException('Header does not match its checksum');