Exception: Yelp::Error::AlreadyConfigured
- Defined in:
- lib/yelp/error.rb
Instance Method Summary collapse
-
#initialize(msg = 'Gem cannot be reconfigured. Initialize a new ' + 'instance of Yelp::Client.', error = nil) ⇒ AlreadyConfigured
constructor
A new instance of AlreadyConfigured.
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 |