Exception: ParseITC::PriceTierNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/parseitc/transaction.rb

Instance Method Summary collapse

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