Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ZipCryptoException.php « Exception « PhpZip « src « zip « nelexa « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 772209a4e1aad2fa2bbd07231263a1ab640b0862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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
{
}