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

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

namespace PhpZip\Exception;

/**
 * Signals that a Zip exception of some sort has occurred.
 *
 * @author Ne-Lexa alexey@nelexa.ru
 * @license MIT
 * @see \Exception
 */
class ZipException extends \Exception
{
}