diff --git a/app/Http/Controllers/Admin/EventCalendarController.php b/app/Http/Controllers/Admin/EventCalendarController.php index 52ae2fb..e34adff 100644 --- a/app/Http/Controllers/Admin/EventCalendarController.php +++ b/app/Http/Controllers/Admin/EventCalendarController.php @@ -391,7 +391,7 @@ class EventCalendarController extends BaseController __('controller.import.success') ); } catch (ValidationException|CustomException $e) { - throw $e; + return $this->responseService->businessError($e->getMessage()); } catch (Exception $e) { return $this->responseService->systemError( __('exception.admin_vip_list.import_failed') . ':'