Exception: Yelp::Error::AlreadyConfigured

Inherits:
Base
  • Object
show all
Defined in:
lib/yelp/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Gem cannot be reconfigured. Initialize a new ' + 'instance of Yelp::Client.', error = nil) ⇒ AlreadyConfigured

Returns a new instance of AlreadyConfigured.



55
56
57
58
# File 'lib/yelp/error.rb', line 55

def initialize(msg = 'Gem cannot be reconfigured.  Initialize a new ' +
    'instance of Yelp::Client.', error=nil)
  super
end