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.') ⇒ AlreadyConfigured

Returns a new instance of AlreadyConfigured.



51
52
53
54
# File 'lib/yelp/error.rb', line 51

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