1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-07-19 06:51:24 +02:00
Files
php-zip/src/PhpZip/Exception/ZipCryptoException.php
2017-11-13 15:33:37 +03:00

15 lines
239 B
PHP

<?php
namespace PhpZip\Exception;
/**
* Thrown if there is an issue when reading or writing an encrypted ZIP file
* or entry.
*
* @author Ne-Lexa alexey@nelexa.ru
* @license MIT
*/
class ZipCryptoException extends ZipException
{
}