From d2c103c980d3a8e6060c0311916d5c9685942ec7 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 5 Dec 2022 12:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=91=86=E7=83=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Jobs/Module/FetchModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/Module/FetchModule.php b/app/Jobs/Module/FetchModule.php index 44e1971..6cecf64 100644 --- a/app/Jobs/Module/FetchModule.php +++ b/app/Jobs/Module/FetchModule.php @@ -51,7 +51,7 @@ public function handle() foreach ($modules as $module) { try { $response = $module->http()->get('remote'); - } catch (ConnectException $e) { + } catch (\Exception $e) { Log::error($e->getMessage()); continue; }