Home
last modified time | relevance | path

Searched refs:Google_CacheException (Results 1 – 4 of 4) sorted by relevance

/plugin/authgoogle/google/cache/
H A DGoogle_MemcacheCache.php32 throw new Google_CacheException("Memcache functions not available");
37 throw new Google_CacheException("You need to supply a valid memcache host and port");
82 throw new Google_CacheException("Couldn't connect to memcache server");
111 * @throws Google_CacheException
118 throw new Google_CacheException("Couldn't store data in cache");
H A DGoogle_FileCache.php47 throw new Google_CacheException("Could not create storage directory: $storageDir");
117 throw new Google_CacheException("Could not create storage directory: $storageDir");
126 throw new Google_CacheException("Could not store data in the file");
134 throw new Google_CacheException("Cache file could not be deleted");
H A DGoogle_ApcCache.php30 throw new Google_CacheException("Apc functions not available");
87 throw new Google_CacheException("Couldn't store data");
/plugin/authgoogle/google/
H A DGoogle_Client.php427 class Google_CacheException extends Google_Exception {} class