* For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PhpZip\Exception; /** * Thrown if there is an issue when reading or writing an encrypted ZIP file * or entry. */ class ZipCryptoException extends ZipException { }