Shorted a long exception message.
This commit is contained in:
parent
2a1b5d55ae
commit
635ba52a69
|
@ -53,7 +53,7 @@ public static function connect($servers)
|
||||||
|
|
||||||
if ($memcache->getVersion() === false)
|
if ($memcache->getVersion() === false)
|
||||||
{
|
{
|
||||||
throw new \RuntimeException('Could not establish memcached connection. Please verify your configuration.');
|
throw new \RuntimeException('Could not establish memcached connection.');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $memcache;
|
return $memcache;
|
||||||
|
|
Loading…
Reference in New Issue