Exception: Yandex::Market::OfferArgumentError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/yandex/market/content/errors/offer_argument_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Required geo params - 'geo_id' or 'remote_ip'") ⇒ OfferArgumentError

Returns a new instance of OfferArgumentError.



4
5
6
# File 'lib/yandex/market/content/errors/offer_argument_error.rb', line 4

def initialize(msg = "Required geo params - 'geo_id' or 'remote_ip'")
  super
end