- <?php
- namespace PhpZip\Exception;
- /**
- * Thrown if entry unsupport compression method.
- *
- * @author Ne-Lexa alexey@nelexa.ru
- * @license MIT
- * @deprecated Rename exception class, using ZipUnsupportMethodException
- */
- class ZipUnsupportMethod extends ZipUnsupportMethodException
- {
- }
|