Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/NotFoundException.php')
-rw-r--r--lib/public/Files/NotFoundException.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Files/NotFoundException.php b/lib/public/Files/NotFoundException.php
index 01c9c03f00a..7faf6690141 100644
--- a/lib/public/Files/NotFoundException.php
+++ b/lib/public/Files/NotFoundException.php
@@ -36,4 +36,5 @@ namespace OCP\Files;
* Exception for not found entity
* @since 6.0.0
*/
-class NotFoundException extends \Exception {}
+class NotFoundException extends \Exception {
+}