FeedException.php 86 B

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