Exception: SolidusShipstation::PaymentError

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

Instance Method Summary collapse

Constructor Details

#initialize(payment, *args) ⇒ PaymentError

Returns a new instance of PaymentError.



19
20
21
# File 'lib/solidus_shipstation/errors.rb', line 19

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