ZipAuthenticationException.php 241 B

12345678910111213
  1. <?php
  2. namespace PhpZip\Exception;
  3. /**
  4. * Thrown to indicate that an authenticated ZIP entry has been tampered with.
  5. *
  6. * @author Ne-Lexa alexey@nelexa.ru
  7. * @license MIT
  8. */
  9. class ZipAuthenticationException extends ZipCryptoException
  10. {
  11. }