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

add missing raise to dns _request method

fixes #112
This commit is contained in:
geemus 2015-05-30 11:18:10 -05:00
parent e46e5c487b
commit e324c6a4a2

View file

@ -145,7 +145,7 @@ module Fog
if match.empty?
raise
else
case match[:code]
raise case match[:code]
when 'NoSuchHostedZone', 'NoSuchChange' then
Fog::DNS::AWS::NotFound.slurp(error, match[:message])
else