aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Common/Exception
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-07-07 13:46:03 +0200
committerMarcel Klehr <mklehr@gmx.net>2023-07-07 13:46:34 +0200
commit069962d04fb51fd52f891297b9096dd7143eaa18 (patch)
treeef725fb11239ba300bdf1d0a8620d1b1a92be3c9 /lib/public/Common/Exception
parent49ea56b306d0675958ece8bf043dcc06cee74ef9 (diff)
downloadnextcloud-server-069962d04fb51fd52f891297b9096dd7143eaa18.tar.gz
nextcloud-server-069962d04fb51fd52f891297b9096dd7143eaa18.zip
Since 27.1.0
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib/public/Common/Exception')
-rw-r--r--lib/public/Common/Exception/NotFoundException.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Common/Exception/NotFoundException.php b/lib/public/Common/Exception/NotFoundException.php
index a2cd4db8634..a30e1c42b8b 100644
--- a/lib/public/Common/Exception/NotFoundException.php
+++ b/lib/public/Common/Exception/NotFoundException.php
@@ -27,13 +27,13 @@ namespace OCP\Common\Exception;
/**
* This is thrown whenever something was expected to exist but doesn't
*
- * @since 28.0.0
+ * @since 27.1.0
*/
class NotFoundException extends \Exception {
/**
* Constructor
* @param string $msg the error message
- * @since 28.0.0
+ * @since 27.1.0
*/
public function __construct(string $msg) {
parent::__construct($msg);