Searched refs:ArchiveIllegalCompressionException (Results 1 – 6 of 6) sorted by relevance
6 use splitbrain\PHPArchive\ArchiveIllegalCompressionException; alias13 * @throws ArchiveIllegalCompressionException
36 * @throws ArchiveIllegalCompressionException42 … throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');55 * @throws ArchiveIllegalCompressionException261 * @throws ArchiveIllegalCompressionException464 * @throws ArchiveIllegalCompressionException716 * @throws ArchiveIllegalCompressionException721 throw new ArchiveIllegalCompressionException('No gzip support available');725 throw new ArchiveIllegalCompressionException('No bzip2 support available');
8 class ArchiveIllegalCompressionException extends \Exception class
21 * @throws ArchiveIllegalCompressionException
38 * @throws ArchiveIllegalCompressionException43 … throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');
53 vendor/splitbrain/php-archive/src/ArchiveIllegalCompressionException.php