]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Storage/StorageException.php
Insert a `user-contact` for every contact
[friendica.git] / src / Model / Storage / StorageException.php
index 4287f403a1e89faa677dbeaea06ef7192f3a30b3..34a09d57bc12c989d9b9495d5ea88ed3ae8f1c51 100644 (file)
 
 namespace Friendica\Model\Storage;
 
+use Exception;
+
 /**
- * Storage Exception
+ * Storage Exception for unexpected failures
  */
-class StorageException extends \Exception
+class StorageException extends Exception
 {
 }