Exception: Yelp::Fusion::Error::AlreadyConfigured

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

Overview

Class to handle an already configure Yelp Client

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.



80
81
82
83
# 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