Exception: Spree::Shipstation::MissingTrackingNumberError

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

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ MissingTrackingNumberError

Returns a new instance of MissingTrackingNumberError.



20
21
22
# File 'lib/spree/shipstation/errors.rb', line 20

def initialize(*args)
  super("Tracking number is required", *args)
end