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.



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

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