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.



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

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