The library functions, like `get`, has the information, that they return `array` or an `Exception`. Exceptions are not returned but thrown. It would be nice if the *PhpDoc* says ``` @throws \GuzzleHttp\Exception\BadResponseException ```