Split IStorage and ISelectableStorage and make their behaviour homogenous
This commit is contained in:
parent
e205bd450e
commit
5dcdf2322e
9 changed files with 215 additions and 228 deletions
|
|
@ -21,9 +21,11 @@
|
|||
|
||||
namespace Friendica\Model\Storage;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Storage Exception
|
||||
* Storage Exception for unexpected failures
|
||||
*/
|
||||
class StorageException extends \Exception
|
||||
class StorageException extends Exception
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue