Exception: Bankscrap::NotMoneyObjectError

Inherits:
TypeError
  • Object
show all
Defined in:
lib/bankscrap.rb

Instance Method Summary collapse

Constructor Details

#initialize(attribute) ⇒ NotMoneyObjectError

Returns a new instance of NotMoneyObjectError.



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

def initialize(attribute)
  super("#{attribute} should be a Money object")
end