8000 rethrow caught exception · symfony/symfony@246e679 · GitHub
[go: up one dir, main page]

Skip to content

Commit 246e679

Browse files
committed
rethrow caught exception
1 parent 926b225 commit 246e679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public function updateExistingToken(PersistentTokenInterface $token, string $tok
200200
$this->conn->commit();
201201
} catch (\Exception $e) {
202202
$this->conn->rollBack();
203+
throw $e;
203204
}
204205
}
205206

0 commit comments

Comments
 (0)
0