HipchatAPIv2Client icon indicating copy to clipboard operation
HipchatAPIv2Client copied to clipboard

RequestException constructor warnings

Open MateuszGrosiak opened this issue 8 years ago • 0 comments

In Client.php the lines throw new RequestException($e->getMessage()); causes PHP warnings sometimes, because of the constructor that needs an array as param

MateuszGrosiak avatar Aug 09 '16 12:08 MateuszGrosiak