class SpookAndPay::Providers::Base::NotSupportedError

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.

Public Instance Methods

to_s() click to toggle source
# File lib/spook_and_pay/providers/base.rb, line 37
def to_s
  "This action is not supported by this provider."
end