mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
change Exception
This commit is contained in:
parent
a48151e290
commit
ebe674c28b
@ -38,8 +38,8 @@ class ConvertCurrency
|
||||
$this->currency = $this->to;
|
||||
}
|
||||
}
|
||||
} catch (\GuzzleHttp\Exception\ClientException $e) {
|
||||
$message->error(['Para birimi dönüştürme işlemi tamamlanamadı!' . $e->getMessage()]);
|
||||
} catch (\Exception $e) {
|
||||
$message->error(['Para birimi dönüştürme işlemi tamamlanamadı!']);
|
||||
}
|
||||
|
||||
return [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user