SendCloud / SendCloud-API-PHP-Wrapper

Official SendCloud API PHP Wrapper
MIT License
15 stars 12 forks source link

Curl exceptions are not handled properly #3

Closed Ecno92 closed 9 years ago

Ecno92 commented 9 years ago

If a CURL exception occurs this is hidden from users and results in a vague error "unknown fault". Catching the CURL fault and rising a correct exception with a appropriate message should fix this.