View file vendor/nelexa/zip/src/PhpZip/Exception/ZipNotFoundEntry.php

File size: 261B
<?php

namespace PhpZip\Exception;

/**
 * Thrown if entry not found.
 *
 * @author Ne-Lexa [email protected]
 * @license MIT
 * @deprecated Rename class exception, using ZipEntryNotFoundException
 */
class ZipNotFoundEntry extends ZipEntryNotFoundException
{
}