> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## 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.