ZipUnsupportMethod.php 286 B

1234567891011121314
  1. <?php
  2. namespace PhpZip\Exception;
  3. /**
  4. * Thrown if entry unsupport compression method.
  5. *
  6. * @author Ne-Lexa alexey@nelexa.ru
  7. * @license MIT
  8. * @deprecated Rename exception class, using ZipUnsupportMethodException
  9. */
  10. class ZipUnsupportMethod extends ZipUnsupportMethodException
  11. {
  12. }