class Pricefinder::Error::AlreadyConfigured

Public Class Methods

new(msg = 'Gem cannot be reconfigured. Initialize a new ' + 'instance of Pricefinder::Client.', error=nil) click to toggle source
Calls superclass method Pricefinder::Error::Base::new
# File lib/pricefinder/error.rb, line 23
def initialize(msg = 'Gem cannot be reconfigured.  Initialize a new ' +
    'instance of Pricefinder::Client.', error=nil)
  super
end