@@ -403,7 +403,7 @@ |
||
403 | 403 | // \GuzzleHttp\Exception\ClientException |
404 | 404 | // \GuzzleHttp\Exception\ServerException |
405 | 405 | |
406 | - $message = (string) $exception->getMessage(); |
|
406 | + $message = (string) $exception->getMessage(); |
|
407 | 407 | $code = (integer) $exception->getCode(); |
408 | 408 | |
409 | 409 | throw new RuntimeException($message, $code); |