Exception: Shoppe::Errors::InappropriateDeliveryService

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

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ InappropriateDeliveryService

Returns a new instance of InappropriateDeliveryService.



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

def initialize(options)
  @options = options
end