mirror of
https://github.com/friendica/friendica
synced 2025-04-28 01:50:13 +00:00
Storage: throw StorageException on errors
This commit is contained in:
parent
7df3f117ac
commit
6e85a18678
2 changed files with 19 additions and 4 deletions
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
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue