Exception: WaffleAPI::Error::EmptyAddress
- Defined in:
- lib/waffle_api/errors.rb
Overview
Error raised when address is missing
Instance Method Summary collapse
Methods inherited from Standard
Constructor Details
This class inherits a constructor from WaffleAPI::Error::Standard
Instance Method Details
#message ⇒ Object
15 16 17 18 |
# File 'lib/waffle_api/errors.rb', line 15 def "You must provide an address to use this API. Please check the " \ "documentation." end |