summaryrefslogtreecommitdiffstats
path: root/lib/public/appframework/db/doesnotexistexception.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/appframework/db/doesnotexistexception.php')
-rw-r--r--lib/public/appframework/db/doesnotexistexception.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/appframework/db/doesnotexistexception.php b/lib/public/appframework/db/doesnotexistexception.php
index 6df0477498c..2cefa0fe827 100644
--- a/lib/public/appframework/db/doesnotexistexception.php
+++ b/lib/public/appframework/db/doesnotexistexception.php
@@ -34,6 +34,7 @@ class DoesNotExistException extends \Exception {
/**
* Constructor
* @param string $msg the error message
+ * @since 7.0.0
*/
public function __construct($msg){
parent::__construct($msg);