slight re-org and update of documentation, moving the tutorial to the top.

This commit is contained in:
zotlabs
2018-03-16 15:34:09 -07:00
parent 91b710b07d
commit 60b38a3a52
4 changed files with 20 additions and 21 deletions

View File

@@ -680,7 +680,7 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota, DAV\IMo
throw new DAV\Exception\Forbidden('Permission denied.');
}
else {
throw new DAV\Exception\NotFound('A component of the request file path could not be found.');
throw new DAV\Exception\NotFound('A component of the requested file path could not be found.');
}
}