1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #2104 from maestrodev/joyent-error

NoMethodError:undefined method 'request' for #Excon::Errors::SocketError
This commit is contained in:
Wesley Beary 2013-08-29 13:41:52 -07:00
commit 31f101f824

View file

@ -165,7 +165,7 @@ module Fog
end
response
rescue Excon::Errors::Error => e
rescue Excon::Errors::HTTPStatusError => e
raise_if_error!(e.request, e.response)
end