mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
parent
e46e5c487b
commit
e324c6a4a2
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ module Fog
|
||||||
if match.empty?
|
if match.empty?
|
||||||
raise
|
raise
|
||||||
else
|
else
|
||||||
case match[:code]
|
raise case match[:code]
|
||||||
when 'NoSuchHostedZone', 'NoSuchChange' then
|
when 'NoSuchHostedZone', 'NoSuchChange' then
|
||||||
Fog::DNS::AWS::NotFound.slurp(error, match[:message])
|
Fog::DNS::AWS::NotFound.slurp(error, match[:message])
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue