diff options
Diffstat (limited to 'src/Exception/StorageNotFoundException.php')
-rw-r--r-- | src/Exception/StorageNotFoundException.php | 11 |
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 +{ + +} |