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 ```
The library functions, like
get, has the information, that they returnarrayor anException. Exceptions are not returned but thrown.It would be nice if the PhpDoc says