class Navfund::Provider::InvalidFund

Public Class Methods

new(msg = "The fund name you entered is not supported!") click to toggle source
Calls superclass method
# File lib/navfund/exceptions.rb, line 13
def initialize(msg = "The fund name you entered is not supported!")
  super
end