This commit is contained in:
andy 2021-01-19 16:09:53 +09:00
parent 775ab910d1
commit cdd037e0ae
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class ExchangeRates extends ExchangeRate
$result = json_decode($result->getBody()->getContents(), true);
if (isset($result['success']) && ! $result['success']) {
throw new E\xception(
throw new \Exception(
isset($result['error']['info'])
? $result['error']['info']
: $result['error']['type'], 1);