Again adding nelexa's zip library

This commit is contained in:
MatMasIt
2021-02-15 13:03:27 +01:00
committed by GitHub
parent e4dda1792f
commit dc2344c4d1
69 changed files with 16761 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?php
namespace PhpZip\Exception;
/**
* Thrown to indicate that an authenticated ZIP entry has been tampered with.
*
* @author Ne-Lexa alexey@nelexa.ru
* @license MIT
*/
class ZipAuthenticationException extends ZipCryptoException
{
}