Exception: PlanetExpress::ArgumentError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/planet_express/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/planet_express/exceptions.rb', line 4

def message
  "Missing data. Please provide the campaign_id, recipient email and the personalizations hash."
end