aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/EntriesGetterException.php
blob: a9f29e03441865c521652edcb1c2980a4e4afcab (plain)
1
2
3
4
5
6
<?php
declare(strict_types=1);

class FreshRSS_EntriesGetter_Exception extends Exception {

}