matthiasnoback / microsoft-translator

PHP library for making calls to the Microsoft Translator V3 API
MIT License
39 stars 26 forks source link

Add details about request failures to the exception message #7

Closed matthiasnoback closed 10 years ago

matthiasnoback commented 10 years ago

Currently more details can be retrieved by inspecting the "previous" exception. But the message from that exception should be added to the exception that is thrown when a request fails.