Exception: SpookAndPay::Providers::Base::NotSupportedError
- Inherits:
-
StandardError
- Object
- StandardError
- SpookAndPay::Providers::Base::NotSupportedError
- Defined in:
- lib/spook_and_pay/providers/base.rb
Overview
An error for indicating actions that are not supported by a particular provider. In general, it will be the Base subclasses that define thier own versions of the the method that throw this error.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
37 38 39 |
# File 'lib/spook_and_pay/providers/base.rb', line 37 def to_s "This action is not supported by this provider." end |