Update: 2026-05-07 03:16:40

This commit is contained in:
Hamza-Ayed
2026-05-07 03:16:40 +03:00
parent 6cefee3d42
commit 55806721e7
3 changed files with 4 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ try {
$db->commit();
json_success(['status' => 'received'], $message);
} catch (\Exception $e) {
} catch (\Throwable $e) {
if ($db->inTransaction()) $db->rollBack();
error_log("Bot Webhook Error: " . $e->getMessage());
json_error('حدث خطأ أثناء معالجة رسالة البوت.', 500);