diff --git a/app/Jobs/AddressPoll.php b/app/Jobs/AddressPoll.php index ebfcd41..0de157f 100644 --- a/app/Jobs/AddressPoll.php +++ b/app/Jobs/AddressPoll.php @@ -127,6 +127,10 @@ class AddressPoll implements ShouldQueue, ShouldBeUnique } catch (SocketException $e) { Log::error(sprintf('%s:! Unable to connect to [%s]: %s',self::LOGKEY,$this->ao->ftn,$e->getMessage())); break; + + } catch (\ErrorException $e) { + Log::error(sprintf('%s:! Unable to connect to [%s]: %s',self::LOGKEY,$this->ao->ftn,$e->getMessage())); + break; } }