aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/DAOException.php
diff options
context:
space:
mode:
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 6bd8f4ff0..e48e521ab 100644
--- a/app/Exceptions/DAOException.php
+++ b/app/Exceptions/DAOException.php
@@ -1,5 +1,5 @@
<?php
-class FreshRSS_DAOException extends \Exception {
+class FreshRSS_DAO_Exception extends \Exception {
}