Exception: Yelp::Error::BoundingBoxNotComplete

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Missing required values for bounding box') ⇒ BoundingBoxNotComplete

Returns a new instance of BoundingBoxNotComplete.



70
71
72
# File 'lib/yelp/error.rb', line 70

def initialize(msg = 'Missing required values for bounding box')
  super
end