change Exception

This commit is contained in:
vedatakd 2021-12-06 15:37:24 +03:00
parent a48151e290
commit ebe674c28b

View File

@ -38,8 +38,8 @@ class ConvertCurrency
$this->currency = $this->to; $this->currency = $this->to;
} }
} }
} catch (\GuzzleHttp\Exception\ClientException $e) { } catch (\Exception $e) {
$message->error(['Para birimi dönüştürme işlemi tamamlanamadı!' . $e->getMessage()]); $message->error(['Para birimi dönüştürme işlemi tamamlanamadı!']);
} }
return [ return [