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, 2 insertions, 0 deletions
diff --git a/app/Exceptions/DAOException.php b/app/Exceptions/DAOException.php
index 14bee3403..71ed371f8 100644
--- a/app/Exceptions/DAOException.php
+++ b/app/Exceptions/DAOException.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
class FreshRSS_DAO_Exception extends Exception {
}