From b9b2f490cf1f5a4878d11f97c0bfbd2d13fdf929 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 16 Dec 2005 15:28:29 +0000 Subject: Fixed the name of TConfigurationException. --- framework/Data/TMemCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/Data/TMemCache.php b/framework/Data/TMemCache.php index d50c5b9d..e4e9ffa3 100644 --- a/framework/Data/TMemCache.php +++ b/framework/Data/TMemCache.php @@ -113,7 +113,7 @@ class TMemCache extends TModule implements ICache throw new TConfigurationException('memcache_extension_required'); $this->_cache=new Memcache; if($this->_cache->connect($this->_host,$this->_port)===false) - throw new TInvalidConfigurationException('memcache_connection_failed',$this->_host,$this->_port); + throw new TConfigurationException('memcache_connection_failed',$this->_host,$this->_port); if($application instanceof TApplication) $this->_prefix=$application->getUniqueID(); $this->_initialized=true; -- cgit v1.2.3