1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-10-18 08:36:51 +02:00
Files
php-zip/src/PhpZip/Exception/ZipNotFoundEntry.php

15 lines
261 B
PHP

<?php
namespace PhpZip\Exception;
/**
* Thrown if entry not found.
*
* @author Ne-Lexa alexey@nelexa.ru
* @license MIT
* @deprecated Rename class exception, using ZipEntryNotFoundException
*/
class ZipNotFoundEntry extends ZipEntryNotFoundException
{
}