Files
FreshRSS/app/Exceptions/EntriesGetterException.php
Luc SANCHEZ 4a02352ccc applies several small optimizations (#5511)
declare(strict_types=1);
Co-authored-by: Luc <sanchezluc+freshrss@gmail.com>
2023-10-30 20:40:13 +01:00

8 lines
95 B
PHP

<?php
declare(strict_types=1);
class FreshRSS_EntriesGetter_Exception extends Exception {
}