Again adding nelexa's zip library
This commit is contained in:
13
SafeBoxEncryptor/vendor/nelexa/zip/src/Exception/ZipAuthenticationException.php
vendored
Normal file
13
SafeBoxEncryptor/vendor/nelexa/zip/src/Exception/ZipAuthenticationException.php
vendored
Normal 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
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user