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 01:05:23 -05:00
* Storage backend system
*/
namespace Friendica\Model\Storage;
/**
2020-01-19 01:05:23 -05:00
* Storage Exception
*/
class StorageException extends \Exception
{
}