Searched refs:ArchiveIllegalCompressionException (Results 1 – 5 of 5) sorted by relevance
8 class ArchiveIllegalCompressionException extends \Exception class
21 * @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');
38 * @throws ArchiveIllegalCompressionException43 … throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');
11 use splitbrain\PHPArchive\ArchiveIllegalCompressionException; alias511 … } catch (ArchiveIOException | ArchiveCorruptedException | ArchiveIllegalCompressionException $e) {