Exception: Yelp::Error::MissingAPIKeys

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "You're missing an API key") ⇒ MissingAPIKeys

Returns a new instance of MissingAPIKeys.



58
59
60
# File 'lib/yelp/error.rb', line 58

def initialize(msg = "You're missing an API key")
  super
end