1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-10-20 09:36:13 +02:00
Files
php-zip/src/Exception/ZipAuthenticationException.php

14 lines
241 B
PHP

<?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
{
}