mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-31 00:21:06 -05:00
8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
class FreshRSS_EntriesGetter_Exception extends Exception {
|
|
|
|
}
|