Просмотр файла vendor/nelexa/zip/src/Exception/ZipAuthenticationException.php

Размер файла: 241B
<?php

namespace PhpZip\Exception;

/**
 * Thrown to indicate that an authenticated ZIP entry has been tampered with.
 *
 * @author Ne-Lexa [email protected]
 * @license MIT
 */
class ZipAuthenticationException extends ZipCryptoException
{
}