Exception: Yelp::Fusion::Error::MissingLatLng

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

Overview

Class for missing Latitude or longitude

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Missing required latitude '\ 'or longitude parameters', error = nil) ⇒ MissingLatLng

Returns a new instance of MissingLatLng.



95
96
97
98
# File 'lib/yelp/fusion/error.rb', line 95

def initialize(msg = 'Missing required latitude '\
  'or longitude parameters', error = nil)
  super
end