Storage: throw StorageException on errors
This commit is contained in:
committed by
Hypolite Petovan
parent
7df3f117ac
commit
6e85a18678
15
src/Model/Storage/StorageException.php
Normal file
15
src/Model/Storage/StorageException.php
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
<?php
|
||||
/**
|
||||
* @file src/Model/Storage/StorageException.php
|
||||
* @brief Storage backend system
|
||||
*/
|
||||
|
||||
namespace Friendica\Model\Storage;
|
||||
|
||||
/**
|
||||
* @brief Storage Exception
|
||||
*/
|
||||
class StorageException extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user