Commit 635ba52a by Taylor Otwell

Shorted a long exception message.

parent 2a1b5d55
...@@ -53,10 +53,10 @@ class Memcached { ...@@ -53,10 +53,10 @@ 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;
} }
} }
\ No newline at end of file
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