We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7ef422 + 5163ec8 commit f0b6331Copy full SHA for f0b6331
component/Token/Jwt.php
@@ -28,7 +28,7 @@ public function decode(
28
): array {
29
try {
30
return (array) FirebaseJwt::decode($this->value, new FirebaseKey($publicKey, self::ALGORITHM));
31
- } catch (ExpiredException | SignatureInvalidException $e) {
+ } catch (ExpiredException | SignatureInvalidException | \Exception) {
32
throw new NotCompliant();
33
}
34
0 commit comments