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

Returns a new instance of BoundingBoxNotComplete.



74
75
76
# File 'lib/yelp/error.rb', line 74

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