ZipMissingException.php 90 B

12345
  1. <?php
  2. declare(strict_types=1);
  3. class FreshRSS_ZipMissing_Exception extends Exception {
  4. }