aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/DAOException.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-03 20:21:43 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-03 20:21:43 +0200
commitc009792e660c05a92bb69ed64e89d4c30ec6da41 (patch)
tree510fe0d8ffeab40d3273d01fa14ff6be5badf020 /app/Exceptions/DAOException.php
parent7aea9b072a5a06e14a49a88f5bdf411d57385545 (diff)
parent214a5cc9a4c2b821961bc21f22b4b08e34b5be68 (diff)
Merge branch 'FreshRSS/beta' into dev
Diffstat (limited to 'app/Exceptions/DAOException.php')
-rw-r--r--app/Exceptions/DAOException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Exceptions/DAOException.php b/app/Exceptions/DAOException.php
index e48e521ab..14bee3403 100644
--- a/app/Exceptions/DAOException.php
+++ b/app/Exceptions/DAOException.php
@@ -1,5 +1,5 @@
<?php
-class FreshRSS_DAO_Exception extends \Exception {
+class FreshRSS_DAO_Exception extends Exception {
}