FreshRSS/app/Exceptions/FeedException.php

7 lines
85 B
PHP

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