class Navfund::InvalidProvider

Public Class Methods

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