]> git.mxchange.org Git - friendica.git/blob - src/Model/Storage/StorageException.php
Forums now are working with AP as well
[friendica.git] / src / Model / Storage / StorageException.php
1 <?php
2 /**
3  * @file src/Model/Storage/StorageException.php
4  * @brief Storage backend system
5  */
6
7 namespace Friendica\Model\Storage;
8
9 /**
10  * @brief Storage Exception
11  */
12 class StorageException extends \Exception
13 {
14 }