Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanapplications authored and StyleCIBot committed Nov 14, 2017
1 parent 96b0638 commit fb0063a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ protected function request($endpoint, $params)

if (array_key_exists('error', $rsp)) {
$error = $rsp['error'];

throw new \InvalidArgumentException($error['info'], $error['code']);
}

Expand Down

0 comments on commit fb0063a

Please sign in to comment.