mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
commit
a61fa4bb04
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module Fog
|
||||||
response.status = 200
|
response.status = 200
|
||||||
end
|
end
|
||||||
else
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue