Skip to content

Commit 5fed4d7

Browse files
author
Mohammed Karim
committed
Punctuation is important.
1 parent d7702c2 commit 5fed4d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/Cache/Handlers/MemcachedHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function initialize()
168168
catch (\Exception $e)
169169
{
170170
// If an \Exception occurs, convert it into a CriticalError exception and throw it.
171-
throw new CriticalError('Cache: Memcache(d) connection refused (' . $e->getMessage() . ')');
171+
throw new CriticalError('Cache: Memcache(d) connection refused (' . $e->getMessage() . ').');
172172
}
173173
}
174174

system/Cache/Handlers/PredisHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function initialize()
112112
catch (\Exception $e)
113113
{
114114
// thrown if can't connect to redis server.
115-
throw new CriticalError('Cache: Predis connection refused (' . $e->getMessage() . ')');
115+
throw new CriticalError('Cache: Predis connection refused (' . $e->getMessage() . ').');
116116
}
117117
}
118118

0 commit comments

Comments
 (0)