mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-10 18:39:08 -04:00
8 lines
86 B
PHP
8 lines
86 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
class FreshRSS_Feed_Exception extends Exception {
|
|
|
|
}
|