Merge branch 'FreshRSS/beta' into FreshRSS/dev

This commit is contained in:
Alexandre Alapetite
2015-06-03 20:25:40 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
/**
* An exception raised when a context is invalid
*/
class FreshRSS_Context_Exception extends \Exception {
class FreshRSS_Context_Exception extends Exception {
}

View File

@@ -1,5 +1,5 @@
<?php
class FreshRSS_DAO_Exception extends \Exception {
class FreshRSS_DAO_Exception extends Exception {
}

View File

@@ -1,5 +1,5 @@
<?php
class FreshRSS_EntriesGetter_Exception extends \Exception {
class FreshRSS_EntriesGetter_Exception extends Exception {
}

View File

@@ -1,5 +1,5 @@
<?php
class FreshRSS_Feed_Exception extends \Exception {
class FreshRSS_Feed_Exception extends Exception {
}