Update: 2026-06-16 17:47:17
This commit is contained in:
@@ -202,6 +202,7 @@ try {
|
||||
|
||||
} catch (PDOException $e) {
|
||||
if ($con->inTransaction()) $con->rollBack();
|
||||
jsonError("DB Error: " . $e->getMessage());
|
||||
error_log("[cancel_ride_by_driver] " . $e->getMessage());
|
||||
jsonError("DB Error");
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user