Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (2)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
| throw new TransactionException('Failed to start transaction: ' . $e->getMessage(), $e->getCode(), $e); | ||
| } | ||
|
|
||
| if (!$result) { |
There was a problem hiding this comment.
Rely on Exceptions
| throw new DatabaseException('Failed to rollback transaction: ' . $e->getMessage(), $e->getCode(), $e); | ||
| } | ||
|
|
||
| if (!$result) { |
There was a problem hiding this comment.
Rely on Exceptions
No description provided.