@@ -196,8 +196,7 @@ |
||
196 | 196 | $foreigner, |
197 | 197 | $action = $foreigner->getRemoteAction() |
198 | 198 | ); |
199 | - } |
|
200 | - catch(\Slides\Connector\Auth\Exceptions\SyncException $e) { |
|
199 | + } catch(\Slides\Connector\Auth\Exceptions\SyncException $e) { |
|
201 | 200 | \Illuminate\Support\Facades\Log::error( |
202 | 201 | "Cannot $action the user {$foreigner->getEmail()}: " . $e->getMessage() |
203 | 202 | ); |
@@ -34,8 +34,7 @@ |
||
34 | 34 | |
35 | 35 | try { |
36 | 36 | $webhook->handle(); |
37 | - } |
|
38 | - catch(\Exception $e) { |
|
37 | + } catch(\Exception $e) { |
|
39 | 38 | throw new WebhookException(get_class($webhook) . ': ' . $e->getMessage()); |
40 | 39 | } |
41 | 40 | } |