Shorted a long exception message.
This commit is contained in:
@@ -53,7 +53,7 @@ class Memcached {
|
|||||||
|
|
||||||
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user