Class: Pay::AwsMarketplace::PaymentMethodError

Inherits:
Error
  • Object
show all
Defined in:
lib/pay/aws_marketplace.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "AWS Marketplace only allows payment via customer AWS account") ⇒ PaymentMethodError

Returns a new instance of PaymentMethodError.



22
23
24
# File 'lib/pay/aws_marketplace.rb', line 22

def initialize(msg = "AWS Marketplace only allows payment via customer AWS account")
  super
end