http://www.phpfastcache.com * @author Georges.L (Geolim4) * */ namespace phpFastCache\Exceptions; use \Exception; /** * Class phpFastCacheDriverException * @package phpFastCache\Exceptions */ class phpFastCacheDriverException extends Exception { }