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.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/Exceptions/DAOException.php b/app/Exceptions/DAOException.php
deleted file mode 100644
index 3f689f318..000000000
--- a/app/Exceptions/DAOException.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-declare(strict_types=1);
-
-class FreshRSS_DAO_Exception extends Exception {
-
-}