Exception: Reji::PaymentActionRequiredError

Inherits:
IncompletePaymentError show all
Defined in:
lib/reji/errors.rb

Instance Attribute Summary

Attributes inherited from IncompletePaymentError

#payment

Class Method Summary collapse

Methods inherited from IncompletePaymentError

#initialize

Constructor Details

This class inherits a constructor from Reji::IncompletePaymentError

Class Method Details

.incomplete(payment) ⇒ Object



15
16
17
# File 'lib/reji/errors.rb', line 15

def self.incomplete(payment)
  self.new(payment, 'The payment attempt failed because additional action is required before it can be completed.')
end