Exception: Navfund::InvalidProvider

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The provider you entered is not supported!") ⇒ InvalidProvider

Returns a new instance of InvalidProvider.



6
7
8
# File 'lib/navfund/exceptions.rb', line 6

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