@@ -178,8 +178,7 @@ |
||
178 | 178 | $session->disabledPools()->detach(); |
179 | 179 | $session->delete(); |
180 | 180 | }); |
181 | - } |
|
182 | - catch(Exception $e) |
|
181 | + } catch(Exception $e) |
|
183 | 182 | { |
184 | 183 | throw new MessageException(trans('tontine.session.errors.delete')); |
185 | 184 | } |