Exception: Spree::Core::Search::Base::InvalidOptions
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Spree::Core::Search::Base::InvalidOptions
- Defined in:
- lib/spree/core/search/base.rb
Instance Method Summary collapse
-
#initialize(option) ⇒ InvalidOptions
constructor
A new instance of InvalidOptions.
Constructor Details
#initialize(option) ⇒ InvalidOptions
Returns a new instance of InvalidOptions.
8 9 10 |
# File 'lib/spree/core/search/base.rb', line 8 def initialize(option) super("Invalid option passed to the searcher: '#{option}'") end |