We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af57021 commit b1911f6Copy full SHA for b1911f6
lib/Resque/Redis.php
@@ -142,7 +142,7 @@ public function __construct($server, $database = null)
142
}
143
144
catch(CredisException $e) {
145
- throw new Resque_RedisException($e);
+ throw new Resque_RedisException('Error communicating with Redis: ' . $e->getMessage(), 0, $e);
146
147
148
@@ -245,7 +245,7 @@ public function __call($name, $args)
245
return $this->driver->__call($name, $args);
246
247
catch (CredisException $e) {
248
249
250
251
0 commit comments