mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 22:53:27 -04:00
Merge branch 'FreshRSS/beta' into FreshRSS/dev
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
/**
|
||||
* An exception raised when a context is invalid
|
||||
*/
|
||||
class FreshRSS_Context_Exception extends \Exception {
|
||||
class FreshRSS_Context_Exception extends Exception {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
class FreshRSS_DAO_Exception extends \Exception {
|
||||
class FreshRSS_DAO_Exception extends Exception {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
class FreshRSS_EntriesGetter_Exception extends \Exception {
|
||||
class FreshRSS_EntriesGetter_Exception extends Exception {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
class FreshRSS_Feed_Exception extends \Exception {
|
||||
class FreshRSS_Feed_Exception extends Exception {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user