class Reji::PaymentFailureError
Public Class Methods
invalid_payment_method(payment)
click to toggle source
# File lib/reji/errors.rb, line 21 def self.invalid_payment_method(payment) new(payment, 'The payment attempt failed because of an invalid payment method.') end