-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undeclared InvalidArgumentException #40
Comments
The As of PHP 5.3.0 this extension can no longer be disabled and is therefore always available. The minimum supported PHP version for guzzle-jsonrpc is 5.5: Lines 33 to 34 in 2fa76f8
Therefore, if the Therefore, this is not a bug. |
@ivashkevitch Sorry for not responding sooner. This seems to have fallen through the cracks. It's unclear to me what you asking. Could you clarify? |
biggianteye Hi. I mean these methods didn't have |
src/Message/MessageFactory.php contains 2 methods: fromResponse() and createRequest() that can throws undeclared InvalidArgumentException. Fix it, please.
The text was updated successfully, but these errors were encountered: