# File lib/fog/ecloud/compute.rb, line 406 def request(params) begin do_request(params) rescue Excon::Errors::Unauthorized => e raise RuntimeError, "Invalid authentication data: #{e}" end end