# File lib/fog/serverlove/compute.rb, line 86 def raise_if_error!(response) case response.status when 400 then raise 'omg' end end