riboseinc / digicert

Ruby bindings for the Digicert Services API
https://www.digicert.com/services/v2/documentation
MIT License
8 stars 10 forks source link

Add error handling for invalid response #72

Closed abunashir closed 7 years ago

abunashir commented 7 years ago

As of now, we were responding with net/http's default errors, but this commit adds the custom errors, so whenever there is an invalid response then it will raise digicert's custom errors so developer can act properly.

ronaldtse commented 7 years ago

Good work to help users understand what's going on. Thanks.