class BingAdsRubySdk::Errors::ServerError

Public Class Methods

new(server_error) click to toggle source
# File lib/bing_ads_ruby_sdk/errors/errors.rb, line 31
def initialize(server_error)
  super "Server raised error #{server_error}"
end