Exception: Spree::Shipstation::PaymentError

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

Instance Method Summary collapse

Constructor Details

#initialize(payment, *args) ⇒ PaymentError

Returns a new instance of PaymentError.



14
15
16
# File 'lib/spree/shipstation/errors.rb', line 14

def initialize(payment, *args)
  super("Could not process payment #{payment.id}", *args)
end