Merge pull request #1243 from openclassify/vedat

change Exception
This commit is contained in:
Fatih Alp 2021-12-07 12:48:19 +03:00 committed by GitHub
commit 537b336f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(trans('visiosoft.module.advs::message.currency_converter_not_available'));
} }
return [ return [