class SolidusShipstation::PaymentError

Public Class Methods

new(payment, *args) click to toggle source
Calls superclass method
# File lib/solidus_shipstation/errors.rb, line 19
def initialize(payment, *args)
  super("Could not process payment #{payment.id}", *args)
end