4
0

EntriesGetterException.php 99 B

123456
  1. <?php
  2. declare(strict_types=1);
  3. class FreshRSS_EntriesGetter_Exception extends Minz_Exception {
  4. }