friendica/src/Model/Storage/StorageException.php

15 lines
200 B
PHP
Raw Normal View History

<?php
/**
* @file src/Model/Storage/StorageException.php
2020-01-19 06:05:23 +00:00
* Storage backend system
*/
namespace Friendica\Model\Storage;
/**
2020-01-19 06:05:23 +00:00
* Storage Exception
*/
class StorageException extends \Exception
{
}