This commit is contained in:
Yuri Kuznetsov
2025-06-08 14:06:05 +03:00
@@ -52,7 +52,7 @@ class CheckEmailAccounts implements Job
try {
$this->service->fetch($targetId);
} catch (Throwable $e) {
throw new RuntimeException("CheckInboundEmails job failed, $targetId; {$e->getMessage()}", 0, $e);
throw new RuntimeException("CheckEmailAccounts job failed, $targetId; {$e->getMessage()}", 0, $e);
}
}
}