Exception: Pay::InvalidPaymentMethod
- Inherits:
-
PaymentError
- Object
- StandardError
- PaymentError
- Pay::InvalidPaymentMethod
- Defined in:
- lib/pay/errors.rb
Instance Attribute Summary
Attributes inherited from PaymentError
Instance Method Summary collapse
Methods inherited from PaymentError
Constructor Details
This class inherits a constructor from Pay::PaymentError
Instance Method Details
#message ⇒ Object
21 22 23 |
# File 'lib/pay/errors.rb', line 21 def I18n.t("pay.errors.invalid_payment") end |