We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08a9af commit fc192dbCopy full SHA for fc192db
1 file changed
system/Cache/Handlers/RedisHandler.php
@@ -147,7 +147,7 @@ public function initialize()
147
catch (\RedisException $e)
148
{
149
// $this->redis->connect() can sometimes throw a RedisException.
150
- // We need to these to a CriticalError exception and throw it.
+ // We need to convert the exception into a CriticalError exception and throw it.
151
throw new CriticalError('Cache: RedisException occurred with message (' . $e->getMessage() . ').');
152
}
153
0 commit comments