summaryrefslogtreecommitdiffstats
path: root/lib/private/files/node/root.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/files/node/root.php')
-rw-r--r--lib/private/files/node/root.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/node/root.php b/lib/private/files/node/root.php
index 2172d474efb..18e7a6b681a 100644
--- a/lib/private/files/node/root.php
+++ b/lib/private/files/node/root.php
@@ -162,7 +162,7 @@ class Root extends Folder implements Emitter {
if ($this->view->file_exists($fullPath)) {
return $this->createNode($fullPath);
} else {
- throw new NotFoundException();
+ throw new NotFoundException($path);
}
} else {
throw new NotPermittedException();