diff --git a/app/common/service/SmsService.php b/app/common/service/SmsService.php index af0d86ba0..e45c905a6 100644 --- a/app/common/service/SmsService.php +++ b/app/common/service/SmsService.php @@ -75,7 +75,7 @@ class SmsService return false; } }catch(NoGatewayAvailableException $e){ - throw new BusinessException($e->getMessage()); + throw new BusinessException($e->getExceptions()); } }