Home
last modified time | relevance | path

Searched refs:ArchiveIllegalCompressionException (Results 1 – 6 of 6) sorted by relevance

/plugin/dev/www/
H A DPluginWizard.php6 use splitbrain\PHPArchive\ArchiveIllegalCompressionException; alias
13 * @throws ArchiveIllegalCompressionException
/plugin/upgrade/myvendor/splitbrain/php-archive/src/
H A DTar.php36 * @throws ArchiveIllegalCompressionException
42 … throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');
55 * @throws ArchiveIllegalCompressionException
261 * @throws ArchiveIllegalCompressionException
464 * @throws ArchiveIllegalCompressionException
716 * @throws ArchiveIllegalCompressionException
721 throw new ArchiveIllegalCompressionException('No gzip support available');
725 throw new ArchiveIllegalCompressionException('No bzip2 support available');
H A DArchiveIllegalCompressionException.php8 class ArchiveIllegalCompressionException extends \Exception class
H A DArchive.php21 * @throws ArchiveIllegalCompressionException
H A DZip.php38 * @throws ArchiveIllegalCompressionException
43 … throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');
/plugin/upgrade/
H A Ddeleted.files53 vendor/splitbrain/php-archive/src/ArchiveIllegalCompressionException.php