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

Fixing namespace transition issue

This commit is contained in:
Daniel Reichert 2013-07-03 15:20:05 -07:00
parent b9ba6c8359
commit 6bc5cba9f3

View file

@ -131,7 +131,7 @@ module Fog
rescue Excon::Errors::HTTPStatusError => error
raise case error
when Excon::Errors::NotFound
Fog::Monitoring::Rackspace::NotFound.slurp(error)
Fog::Rackspace::Monitoring::NotFound.slurp(error)
else
error
end