mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
change Exception
This commit is contained in:
parent
a48151e290
commit
ebe674c28b
@ -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 [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user