diff options
Diffstat (limited to 'app/Core/ObjectStorage/ObjectStorageException.php')
-rw-r--r-- | app/Core/ObjectStorage/ObjectStorageException.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Core/ObjectStorage/ObjectStorageException.php b/app/Core/ObjectStorage/ObjectStorageException.php new file mode 100644 index 00000000..e89aeb25 --- /dev/null +++ b/app/Core/ObjectStorage/ObjectStorageException.php @@ -0,0 +1,9 @@ +<?php + +namespace Core\ObjectStorage; + +use Exception; + +class ObjectStorageException extends Exception +{ +} |