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.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Exceptions/DAOException.php b/app/Exceptions/DAOException.php
new file mode 100644
index 000000000..e48e521ab
--- /dev/null
+++ b/app/Exceptions/DAOException.php
@@ -0,0 +1,5 @@
+<?php
+
+class FreshRSS_DAO_Exception extends \Exception {
+
+}