Exception: Shoppe::Errors::PaymentDeclined
- Inherits:
-
Shoppe::Error
- Object
- StandardError
- Shoppe::Error
- Shoppe::Errors::PaymentDeclined
- Defined in:
- lib/shoppe/errors/payment_declined.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ PaymentDeclined
constructor
A new instance of PaymentDeclined.
- #message ⇒ Object
Constructor Details
#initialize(options) ⇒ PaymentDeclined
5 6 7 |
# File 'lib/shoppe/errors/payment_declined.rb', line 5 def initialize() = end |
Instance Method Details
#message ⇒ Object
9 10 11 |
# File 'lib/shoppe/errors/payment_declined.rb', line 9 def [:message] end |