aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/appframework/db/doesnotexistexception.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-06-19 10:51:36 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-06-19 10:51:36 +0200
commiteddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3 (patch)
tree0e45f86668128028a7de6e4fa841adb03c0edd1f /lib/public/appframework/db/doesnotexistexception.php
parentba43ec974cf829262279c87b03cdcbd68f3e2564 (diff)
downloadnextcloud-server-eddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3.tar.gz
nextcloud-server-eddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3.zip
Fix missing @since tags in OCP
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);