Exception: Spree::Shipstation::ShipmentNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/spree/shipstation/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(shipment_number, *args) ⇒ ShipmentNotFoundError

Returns a new instance of ShipmentNotFoundError.



8
9
10
# File 'lib/spree/shipstation/errors.rb', line 8

def initialize(shipment_number, *args)
  super("Could not find shipment with number #{shipment_number}", *args)
end