summaryrefslogtreecommitdiff
path: root/src/Exception/StorageNotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exception/StorageNotFoundException.php')
-rw-r--r--src/Exception/StorageNotFoundException.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Exception/StorageNotFoundException.php b/src/Exception/StorageNotFoundException.php
new file mode 100644
index 0000000..e657271
--- /dev/null
+++ b/src/Exception/StorageNotFoundException.php
@@ -0,0 +1,11 @@
+<?php
+
+
+namespace Peopleaps\Scorm\Exception;
+
+use Exception;
+
+class StorageNotFoundException extends Exception
+{
+
+}