ZipUnsupportMethodException.php 356 B

12345678910111213141516
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4. * This file is part of the nelexa/zip package.
  5. * (c) Ne-Lexa <https://github.com/Ne-Lexa/php-zip>
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. namespace PhpZip\Exception;
  10. class ZipUnsupportMethodException extends ZipException
  11. {
  12. }