Exception: Yelp::Error::Base
- Inherits:
-
StandardError
- Object
- StandardError
- Yelp::Error::Base
- Defined in:
- lib/yelp/error.rb
Direct Known Subclasses
AccountUnconfirmed, AlreadyConfigured, AreaTooLarge, BoundingBoxNotComplete, BusinessUnavailable, ExceededRequests, InternalError, InvalidOAuthCredentials, InvalidOAuthUser, InvalidParameter, InvalidSignature, MissingAPIKeys, MissingLatLng, MissingParameter, MultipleLocations, UnavailableForLocation
Instance Method Summary collapse
-
#initialize(msg, error = nil) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(msg, error = nil) ⇒ Base
Returns a new instance of Base.
49 50 |
# File 'lib/yelp/error.rb', line 49 def initialize(msg,error=nil) end |