File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments