diff --git a/includes/datastream.inc b/includes/datastream.inc index a43e7b95..a12b5972 100644 --- a/includes/datastream.inc +++ b/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 * 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 * An AbstractDatastream representing a datastream on a Fedora object. *