error handling update pembayaran

parent a7a928d1
......@@ -360,6 +360,8 @@ public function updatePembayaran(Request $request, $va)
], 200);
}
catch(Exception $ex){
Log::error($ex);
return response([
'status' => 404,
'message' => 'gagal mengupdate data'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment