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

[storage|rackspace] Fixed NotFound namespace

This commit is contained in:
Grégory Karékinian 2011-09-03 15:52:51 +02:00
parent 4585dc3d64
commit 361c69f974

View file

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