Skip to content

Commit 9d5caf4

Browse files
Roman Senchukbarryvdh
authored andcommitted
\Exception isn't well with newer PHP (barryvdh#886)
1 parent 4c2e35e commit 9d5caf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataCollector/MultiAuthCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ protected function getUserInformation($user = null)
119119
} elseif ($user->email) {
120120
$identifier = $user->email;
121121
}
122-
} catch (\Exception $e) {
122+
} catch (\Throwable $e) {
123123
}
124124
}
125125

0 commit comments

Comments
 (0)