summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Manager/ScormDisk.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Manager/ScormDisk.php b/src/Manager/ScormDisk.php
index 5b71904..41de387 100644
--- a/src/Manager/ScormDisk.php
+++ b/src/Manager/ScormDisk.php
@@ -76,7 +76,7 @@ class ScormDisk
$this->clean($file);
} catch (Exception $ex) {
Log::error('Error in readScormArchive: ' . $ex->getMessage() . ' for file: ' . $file);
- throw new StorageNotFoundException('scorm_archive_not_found');
+ throw $ex;
}
}