Shorted a long exception message.
This commit is contained in:
parent
2a1b5d55ae
commit
635ba52a69
|
@ -53,10 +53,10 @@ public static function connect($servers)
|
|||
|
||||
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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue