Home
last modified time | relevance | path

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

/plugin/dev/www/
DPluginWizard.php6 use splitbrain\PHPArchive\ArchiveIllegalCompressionException; alias
13 * @throws ArchiveIllegalCompressionException
/plugin/upgrade/myvendor/splitbrain/php-archive/src/
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');
DArchiveIllegalCompressionException.php8 class ArchiveIllegalCompressionException extends \Exception class
DArchive.php21 * @throws ArchiveIllegalCompressionException
DZip.php38 * @throws ArchiveIllegalCompressionException
43 … throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');
/plugin/upgrade/
Ddeleted.files53 vendor/splitbrain/php-archive/src/ArchiveIllegalCompressionException.php