From ff092405b7b304c6877aeb7032f413b40ea3c330 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Wed, 8 Jul 2026 18:04:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=94=99=E8=AF=AF=E8=BF=94?= =?UTF-8?q?=E5=9B=9E2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ParkingSpaceService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ParkingSpaceService.php b/app/Services/ParkingSpaceService.php index 83cf637..de89542 100644 --- a/app/Services/ParkingSpaceService.php +++ b/app/Services/ParkingSpaceService.php @@ -399,7 +399,7 @@ class ParkingSpaceService extends BaseService ); DB::commit(); return $model; - } catch (Exception $e) { + } catch (Exception|CustomException $e) { DB::rollBack(); throw $e; }