Просмотр исходного кода

Merge branch 'FreshRSS/beta' into FreshRSS/dev

Alexandre Alapetite 10 лет назад
Родитель
Сommit
f9c7cf8922

+ 1 - 1
app/Exceptions/ContextException.php

@@ -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 - 1
app/Exceptions/DAOException.php

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

+ 1 - 1
app/Exceptions/EntriesGetterException.php

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

+ 1 - 1
app/Exceptions/FeedException.php

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