class Google::Cloud::Storage::Service

def execute

def execute
  yield
rescue Google::Apis::Error => e
  raise Google::Cloud::Error.from_error(e)
end