Class: Pay::AwsMarketplace::ChargeError
- Defined in:
- lib/pay/aws_marketplace.rb
Instance Method Summary collapse
-
#initialize(msg = "AWS Marketplace can only charge customer AWS accounts automatically") ⇒ ChargeError
constructor
A new instance of ChargeError.
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 |