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

missing raise

This commit is contained in:
Edward Muller 2012-02-17 16:05:38 -08:00
parent 4c8ca82b6c
commit c11a5dad4c

View file

@ -52,7 +52,7 @@ module Fog
response.status = 200
end
else
Fog::AWS::IAM::NotFound.new("The user with name #{user} cannot be found.")
raise Fog::AWS::IAM::NotFound.new("The user with name #{user} cannot be found.")
end
end
end