aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2015-03-05 06:45:00 -0500
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-03-05 13:29:41 +0100
commit96d5d9d034daadb2357f27b3763854b647f2086c (patch)
treee6866a0dfa500237d13a0fb0f2ab5cd1058c0908 /app/Exceptions
parent5b90e1f4a0057aa78fd7d8d4d748b01676ec9073 (diff)
Fix DAO exception
Change the name and messages
Diffstat (limited to 'app/Exceptions')
-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 {
}