diff options
| author | 2015-03-05 06:45:00 -0500 | |
|---|---|---|
| committer | 2015-03-05 13:29:41 +0100 | |
| commit | 96d5d9d034daadb2357f27b3763854b647f2086c (patch) | |
| tree | e6866a0dfa500237d13a0fb0f2ab5cd1058c0908 /app/Exceptions | |
| parent | 5b90e1f4a0057aa78fd7d8d4d748b01676ec9073 (diff) | |
Fix DAO exception
Change the name and messages
Diffstat (limited to 'app/Exceptions')
| -rw-r--r-- | app/Exceptions/DAOException.php | 2 |
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 { } |
