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', error = nil) ⇒ MissingLatLng

Returns a new instance of MissingLatLng.



68
69
70
# File 'lib/yelp/error.rb', line 68

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