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:
commit
31f101f824
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue