Files
FreshRSS/app/Exceptions/EntriesGetterException.php
Alexandre Alapetite 214a5cc9a4 PHP 5.2 compatiblity
Namespaces are not needed so far.

aacd1ffd40 (commitcomment-11503581)
2015-06-03 20:21:32 +02:00

6 lines
69 B
PHP

<?php
class FreshRSS_EntriesGetter_Exception extends Exception {
}