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

File size: 196B
<?php

namespace PhpZip\Exception;

/**
 * Thrown if entry not found.
 *
 * @author Ne-Lexa [email protected]
 * @license MIT
 * @see \Exception
 */
class ZipNotFoundEntry extends ZipException
{
}