PHPSocialNetwork/phpfastcache-bundle

View on GitHub
src/Twig/CacheExtension/Exception/BaseException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 *
 * This file is part of phpFastCache.
 *
 * @license MIT License (MIT)
 *
 * For full copyright and license information, please see the docs/CREDITS.txt file.
 *
 * @author Georges.L (Geolim4)  <contact@geolim4.com>
 * @author PastisD https://github.com/PastisD
 * @author Alexander (asm89) <iam.asm89@gmail.com>
 * @author Khoa Bui (khoaofgod)  <khoaofgod@gmail.com> http://www.phpfastcache.com
 *
 */

namespace Phpfastcache\Bundle\Twig\CacheExtension\Exception;

/**
 * @todo Replace \RuntimeException with \InvalidArgumentException at version 2.0
 */
class BaseException extends \RuntimeException
{

}