Exception: WaffleAPI::Error::EmptyAddress

Inherits:
Standard
  • Object
show all
Defined in:
lib/waffle_api/errors.rb

Overview

Error raised when address is missing

Instance Method Summary collapse

Methods inherited from Standard

#initialize

Constructor Details

This class inherits a constructor from WaffleAPI::Error::Standard

Instance Method Details

#messageObject



15
16
17
18
# File 'lib/waffle_api/errors.rb', line 15

def message
  "You must provide an address to use this API. Please check the " \
  "documentation."
end