etcd-php
etcd-php copied to clipboard
Functions throw and not return Exceptions
trafficstars
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
It has been fixed