summaryrefslogtreecommitdiffstats
path: root/lib/public/files/notenoughspaceexception.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/files/notenoughspaceexception.php')
-rw-r--r--lib/public/files/notenoughspaceexception.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/files/notenoughspaceexception.php b/lib/public/files/notenoughspaceexception.php
index d79caff6872..a2cc0d6956b 100644
--- a/lib/public/files/notenoughspaceexception.php
+++ b/lib/public/files/notenoughspaceexception.php
@@ -31,5 +31,6 @@ namespace OCP\Files;
/**
* Exception for not enough space
+ * @since 6.0.0
*/
class NotEnoughSpaceException extends \Exception {}