class Yelp::Fusion::Error::AlreadyConfigured

Class to handle an already configure Yelp Client

Public Class Methods

new(msg = 'Gem cannot be reconfigured. Initialize a new ' \ 'instance of Yelp::Client.', error = nil) click to toggle source
Calls superclass method Yelp::Fusion::Error::Base::new
# File lib/yelp/fusion/error.rb, line 80
def initialize(msg = 'Gem cannot be reconfigured.  Initialize a new ' \
  'instance of Yelp::Client.', error = nil)
  super
end