summaryrefslogtreecommitdiffstats
path: root/lib/public/Comments/NotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Comments/NotFoundException.php')
-rw-r--r--lib/public/Comments/NotFoundException.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Comments/NotFoundException.php b/lib/public/Comments/NotFoundException.php
index 7a06447eb21..80bad3d6bec 100644
--- a/lib/public/Comments/NotFoundException.php
+++ b/lib/public/Comments/NotFoundException.php
@@ -28,4 +28,5 @@ namespace OCP\Comments;
* Exception for not found entity
* @since 9.0.0
*/
-class NotFoundException extends \Exception {}
+class NotFoundException extends \Exception {
+}