X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FContact.php;h=f35808f050c9843986cabf3be7f3f25d6bf0c1b7;hb=2172d44c33893bb92207a494f2501f2c37afdfca;hp=64509b5d227b72e0c598eeeb4e1ab392420cd09d;hpb=2b513a48c796927bcb028d61a763f47e73598351;p=friendica.git diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 64509b5d22..f35808f050 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -2228,8 +2228,8 @@ class Contact return; } } - } catch (\Throwable $th) { - Logger::notice('Error fetching avatar', ['avatar' => $avatar, 'error' => $th]); + } catch (\Exception $exception) { + Logger::notice('Error fetching avatar', ['avatar' => $avatar, 'exception' => $exception]); return; } } elseif (!empty($contact['blurhash'])) {