From 3021f391770585dd2f9b270e1ea5074c95baae04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Fri, 19 Dec 2025 10:05:52 +0900 Subject: [PATCH] dbmsv4 init...3 --- app/Services/Customer/Wallet/WalletService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Customer/Wallet/WalletService.php b/app/Services/Customer/Wallet/WalletService.php index b7f5f84..bc1f66f 100644 --- a/app/Services/Customer/Wallet/WalletService.php +++ b/app/Services/Customer/Wallet/WalletService.php @@ -39,7 +39,7 @@ abstract class WalletService extends CustomerService $formDatas = $this->withdrawal_process($clientEntity, $formDatas); break; default: - throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생: 정의되지 않은 상태정보입니다."); + throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생: 상태정보{$formDatas['status']}가 정의되지 않았습니다."); } $entity = parent::create_process($formDatas); if (!$entity) {