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
On the send method of the EC\Poetry\Client we assume the response from the server is going to be an XML. This is a problem because if we don't (we receive an error string for example) we will trigger a Parsing Exception, which is not correct.
A solution would be to check if the response is a properly formatter XML and if it isn't simply return the string or throw an exception.
The text was updated successfully, but these errors were encountered:
On the send method of the EC\Poetry\Client we assume the response from the server is going to be an XML. This is a problem because if we don't (we receive an error string for example) we will trigger a Parsing Exception, which is not correct.
A solution would be to check if the response is a properly formatter XML and if it isn't simply return the string or throw an exception.
The text was updated successfully, but these errors were encountered: