Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchiveIllegalCompressionException.php8 class ArchiveIllegalCompressionException extends \Exception class
H A DArchive.php21 * @throws ArchiveIllegalCompressionException
H A DTar.php32 * @throws ArchiveIllegalCompressionException
38 throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');
51 * @throws ArchiveIllegalCompressionException
231 * @throws ArchiveIllegalCompressionException
420 * @throws ArchiveIllegalCompressionException
669 * @throws ArchiveIllegalCompressionException
674 throw new ArchiveIllegalCompressionException('No gzip support available');
678 throw new ArchiveIllegalCompressionException('No bzip2 support available');
H A DZip.php38 * @throws ArchiveIllegalCompressionException
43 throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');