diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-06-19 10:51:36 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-06-19 10:51:36 +0200 |
commit | eddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3 (patch) | |
tree | 0e45f86668128028a7de6e4fa841adb03c0edd1f /lib/public/appframework/db/doesnotexistexception.php | |
parent | ba43ec974cf829262279c87b03cdcbd68f3e2564 (diff) | |
download | nextcloud-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.php | 1 |
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); |