lib/Phpfastcache/Exceptions/PhpfastcacheRootException.php
<?php
/**
*
* This file is part of Phpfastcache.
*
* @license MIT License (MIT)
*
* For full copyright and license information, please see the docs/CREDITS.txt and LICENCE files.
*
* @author Georges.L (Geolim4) <[email protected]>
* @author Contributors https://github.com/PHPSocialNetwork/phpfastcache/graphs/contributors
*/
declare(strict_types=1);
namespace Phpfastcache\Exceptions;
use Exception;
abstract class PhpfastcacheRootException extends Exception implements PhpfastcacheExceptionInterface
{
}