diff options
| author | 2015-06-03 20:25:40 +0200 | |
|---|---|---|
| committer | 2015-06-03 20:25:40 +0200 | |
| commit | f9c7cf8922d722b4320e44844e08add8e352bcb3 (patch) | |
| tree | 510fe0d8ffeab40d3273d01fa14ff6be5badf020 /app/Exceptions/EntriesGetterException.php | |
| parent | ee55fd13a9ac24b908b83f0f6b0ae2cbb8f2c3f0 (diff) | |
| parent | 214a5cc9a4c2b821961bc21f22b4b08e34b5be68 (diff) | |
Merge branch 'FreshRSS/beta' into FreshRSS/dev
Diffstat (limited to 'app/Exceptions/EntriesGetterException.php')
| -rw-r--r-- | app/Exceptions/EntriesGetterException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Exceptions/EntriesGetterException.php b/app/Exceptions/EntriesGetterException.php index 8aace1840..3b76195ee 100644 --- a/app/Exceptions/EntriesGetterException.php +++ b/app/Exceptions/EntriesGetterException.php @@ -1,5 +1,5 @@ <?php -class FreshRSS_EntriesGetter_Exception extends \Exception { +class FreshRSS_EntriesGetter_Exception extends Exception { } |
