Browse Source

Add to info about throwing exception to the function doc comment.

pull/660/head
Adam Vessey 8 years ago
parent
commit
73b658a28c
  1. 3
      includes/datastream.inc

3
includes/datastream.inc

@ -440,6 +440,9 @@ function islandora_view_datastream_deliver_chunks(AbstractDatastream $datastream
* File locks are used to ensure the datastream is completely downloaded before * File locks are used to ensure the datastream is completely downloaded before
* attempting to serve up chunks from the file. * attempting to serve up chunks from the file.
* *
* @throws RepositoryException|Exception
* Exceptions may be thrown if the file was unable to be reliably acquired.
*
* @param AbstractDatastream $datastream * @param AbstractDatastream $datastream
* An AbstractDatastream representing a datastream on a Fedora object. * An AbstractDatastream representing a datastream on a Fedora object.
* *

Loading…
Cancel
Save