酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ZipCryptoException.php 239 B

3 years ago
1234567891011121314
  1. <?php
  2. namespace PhpZip\Exception;
  3. /**
  4. * Thrown if there is an issue when reading or writing an encrypted ZIP file
  5. * or entry.
  6. *
  7. * @author Ne-Lexa alexey@nelexa.ru
  8. * @license MIT
  9. */
  10. class ZipCryptoException extends ZipException
  11. {
  12. }