Exception: Yandex::Market::SearchArgumentError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Required params - 'text' and 'geo_id'") ⇒ SearchArgumentError

Returns a new instance of SearchArgumentError.



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

def initialize(msg = "Required params - 'text' and 'geo_id'")
  super
end