@@ -72,7 +72,7 @@ |
||
72 | 72 | |
73 | 73 | try{ |
74 | 74 | $this->driverConnect(); |
75 | - }catch(\Exception $e){ |
|
75 | + } catch(\Exception $e){ |
|
76 | 76 | throw new PhpfastcacheDriverConnectException(\sprintf( |
77 | 77 | self::DRIVER_CONNECT_FAILURE, |
78 | 78 | $this->getDriverName(), |