2.10.2
(fix): Use interface_exists instead of class_exists when checking for
GuzzleHttp\ClientInterface in the retry client timeout logic.
class_exists always returns false for interfaces, so Guzzle timeout
support was never detected.
(fix): Use interface_exists instead of class_exists when checking for
GuzzleHttp\ClientInterface in the retry client timeout logic.
class_exists always returns false for interfaces, so Guzzle timeout
support was never detected.