@@ -167,7 +167,7 @@ |
||
| 167 | 167 | } else { |
| 168 | 168 | return true; |
| 169 | 169 | } |
| 170 | - }catch(SSDBException $e){ |
|
| 170 | + } catch(SSDBException $e){ |
|
| 171 | 171 | throw new phpFastCacheDriverException('Ssdb failed to connect with error: '. $e->getMessage(), 0 , $e); |
| 172 | 172 | } |
| 173 | 173 | } |