aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/node/nonexistingfolder.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/files/node/nonexistingfolder.php')
-rw-r--r--lib/files/node/nonexistingfolder.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/files/node/nonexistingfolder.php b/lib/files/node/nonexistingfolder.php
index 0249a026245..0346cbf1e21 100644
--- a/lib/files/node/nonexistingfolder.php
+++ b/lib/files/node/nonexistingfolder.php
@@ -8,12 +8,12 @@
namespace OC\Files\Node;
-use OC\Files\NotFoundException;
+use OCP\Files\NotFoundException;
class NonExistingFolder extends Folder {
/**
* @param string $newPath
- * @throws \OC\Files\NotFoundException
+ * @throws \OCP\Files\NotFoundException
*/
public function rename($newPath) {
throw new NotFoundException();