summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-11-19 15:34:07 +0100
committerMorris Jobke <hey@morrisjobke.de>2018-11-19 15:34:07 +0100
commitcef8eadf2a69a38475a67c575957674ae41c136d (patch)
tree83b7d905befab39e96afad6376fa5839f535d386 /lib/private/Files/ObjectStore
parent35251928d57092a50529da8d439c0de3cf428298 (diff)
downloadnextcloud-server-cef8eadf2a69a38475a67c575957674ae41c136d.tar.gz
nextcloud-server-cef8eadf2a69a38475a67c575957674ae41c136d.zip
Add PHPDoc for thrown exception
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Files/ObjectStore')
-rw-r--r--lib/private/Files/ObjectStore/Swift.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Files/ObjectStore/Swift.php b/lib/private/Files/ObjectStore/Swift.php
index 667b92bd1d6..e379e54d018 100644
--- a/lib/private/Files/ObjectStore/Swift.php
+++ b/lib/private/Files/ObjectStore/Swift.php
@@ -86,6 +86,7 @@ class Swift implements IObjectStore {
* @param string $urn the unified resource name used to identify the object
* @return resource stream with the read data
* @throws \Exception from openstack lib when something goes wrong
+ * @throws NotFoundException if file does not exist
*/
public function readObject($urn) {
try {