View file vendor/nelexa/zip/src/PhpZip/Exception/ZipAuthenticationException.php
<?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 { }