1*ab8e5256SAndreas Gohr<?php 2*ab8e5256SAndreas Gohr 3*ab8e5256SAndreas Gohrnamespace splitbrain\PHPArchive; 4*ab8e5256SAndreas Gohr 5*ab8e5256SAndreas Gohr/** 6*ab8e5256SAndreas Gohr * Bad or unsupported compression settings requested 7*ab8e5256SAndreas Gohr */ 8*ab8e5256SAndreas Gohrclass ArchiveIllegalCompressionException extends \Exception 9*ab8e5256SAndreas Gohr{ 10*ab8e5256SAndreas Gohr}