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

@@ -97,7 +97,7 @@ try {
], 'تم حفظ المرجع (بانتظار التأكيد)');
}
} catch (\Exception $e) {
} catch (\Throwable $e) {
if ($db->inTransaction()) $db->rollBack();
error_log("Verify Reference Error: " . $e->getMessage());
json_error('حدث خطأ أثناء معالجة رقم المرجع.', 500);