class Yelp::Fusion::Error::MissingAPIKeys

Class for missing Yelp API Keys

Public Class Methods

new(msg = "You're missing an API key", error = nil) click to toggle source
Calls superclass method Yelp::Fusion::Error::Base::new
# File lib/yelp/fusion/error.rb, line 88
def initialize(msg = "You're missing an API key", error = nil)
  super
end