Exception: Yelp::Error::MissingLatLng

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Missing required latitude or longitude parameters') ⇒ MissingLatLng

Returns a new instance of MissingLatLng.



64
65
66
# File 'lib/yelp/error.rb', line 64

def initialize(msg = 'Missing required latitude or longitude parameters')
  super
end