Kong / unirest-ruby

Unirest in Ruby: Simplified, lightweight HTTP client library.
http://unirest.io/ruby
MIT License
364 stars 83 forks source link

Only catch RestClient exceptions #9

Closed stevenkaras closed 10 years ago

stevenkaras commented 10 years ago

This should resolve the issue where underlying system exceptions were being suppressed accidentally.

subnetmarco commented 10 years ago

thanks