Searched refs:Google_CacheException (Results 1 – 4 of 4) sorted by relevance
32 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_CacheException118 throw new Google_CacheException("Couldn't store data in cache");
47 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");
30 throw new Google_CacheException("Apc functions not available");87 throw new Google_CacheException("Couldn't store data");
427 class Google_CacheException extends Google_Exception {} class