Skip to content

Commit fc192db

Browse files
author
Mohammed Karim
committed
Updated comment.
1 parent c08a9af commit fc192db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Cache/Handlers/RedisHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function initialize()
147147
catch (\RedisException $e)
148148
{
149149
// $this->redis->connect() can sometimes throw a RedisException.
150-
// We need to these to a CriticalError exception and throw it.
150+
// We need to convert the exception into a CriticalError exception and throw it.
151151
throw new CriticalError('Cache: RedisException occurred with message (' . $e->getMessage() . ').');
152152
}
153153
}

0 commit comments

Comments
 (0)