View file vendor/nelexa/zip/src/PhpZip/Exception/ZipNotFoundEntry.php
<?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 { }