Exception: Navfund::Provider::InvalidFund

Inherits:
StandardError
  • Object
show all
Defined in:
lib/navfund/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The fund name you entered is not supported!") ⇒ InvalidFund

Returns a new instance of InvalidFund.



13
14
15
# File 'lib/navfund/exceptions.rb', line 13

def initialize(msg = "The fund name you entered is not supported!")
  super
end