Skip to content

Commit

Permalink
\Exception isn't well with newer PHP (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Senchuk authored and barryvdh committed Nov 9, 2018
1 parent 4c2e35e commit 9d5caf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataCollector/MultiAuthCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected function getUserInformation($user = null)
} elseif ($user->email) {
$identifier = $user->email;
}
} catch (\Exception $e) {
} catch (\Throwable $e) {
}
}

Expand Down

0 comments on commit 9d5caf4

Please sign in to comment.