Class: Pay::AwsMarketplace::ChargeError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "AWS Marketplace can only charge customer AWS accounts automatically") ⇒ ChargeError

Returns a new instance of ChargeError.



16
17
18
# File 'lib/pay/aws_marketplace.rb', line 16

def initialize(msg = "AWS Marketplace can only charge customer AWS accounts automatically")
  super
end