Closed aaronklaassen closed 7 years ago
Closes #48.
The rate limit exceeded message isn't in an errors array like other API error messages (which is a separate issue...), and so wouldn't be output properly in the exception message.
errors
Travis failure here was because it was using the global travis phpunit (an incompatible version, apparently), rather than the one in vendor.
phpunit
vendor
Closes #48.
The rate limit exceeded message isn't in an
errors
array like other API error messages (which is a separate issue...), and so wouldn't be output properly in the exception message.