Shorted a long exception message.

This commit is contained in:
Taylor Otwell
2011-11-16 12:58:24 -06:00
parent 2a1b5d55ae
commit 635ba52a69

View File

@@ -53,10 +53,10 @@ 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;
}
}
}