etcd-php icon indicating copy to clipboard operation
etcd-php copied to clipboard

Functions throw and not return Exceptions

Open panvid opened this issue 7 years ago • 1 comments
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

panvid avatar Jul 12 '18 15:07 panvid

It has been fixed

ouqiang avatar Jul 22 '18 04:07 ouqiang