http://www.phpfastcache.com * @author Georges.L (Geolim4) * */ namespace phpFastCache\Exceptions; use Psr\Cache\InvalidArgumentException; /** * Class phpFastCacheCoreException * @package phpFastCache\Exceptions */ class phpFastCacheInvalidArgumentException extends phpFastCacheRootException implements InvalidArgumentException { }