class BingAdsRubySdk::Errors::ServerError
Public Class Methods
new(server_error)
click to toggle source
Calls superclass method
BingAdsRubySdk::Errors::GeneralError::new
# File lib/bing_ads_ruby_sdk/errors/errors.rb, line 31 def initialize(server_error) super "Server raised error #{server_error}" end