Exception: Shoppe::Errors::UnorderableItem

Inherits:
Shoppe::Error
  • Object
show all
Defined in:
lib/shoppe/errors/unorderable_item.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ UnorderableItem

Returns a new instance of UnorderableItem.



5
6
7
# File 'lib/shoppe/errors/unorderable_item.rb', line 5

def initialize(options)
  @options = options
end