Commit 635ba52a by Taylor Otwell

Shorted a long exception message.

parent 2a1b5d55
......@@ -53,7 +53,7 @@ class Memcached {
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment