You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Client.php the lines throw new RequestException($e->getMessage());
causes PHP warnings sometimes, because of the constructor that needs an array as param
In Client.php the lines
throw new RequestException($e->getMessage());causes PHP warnings sometimes, because of the constructor that needs an array as param