Exception: ParseITC::PriceTierNotFound
- Inherits:
-
Exception
- Object
- Exception
- ParseITC::PriceTierNotFound
- Defined in:
- lib/parseitc/transaction.rb
Instance Method Summary collapse
-
#initialize(amount, currency) ⇒ PriceTierNotFound
constructor
A new instance of PriceTierNotFound.
Constructor Details
#initialize(amount, currency) ⇒ PriceTierNotFound
Returns a new instance of PriceTierNotFound.
74 75 76 |
# File 'lib/parseitc/transaction.rb', line 74 def initialize(amount, currency) super "No price tier found for #{amount} #{currency}" end |